You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When defining a required symbol, if no value is provided during the call, and the symbol is followed by another symbol, the required symbol will consume the following one rather than throw an error.
Describe the solution you'd like.
If no parameter is explicitly provided for a required symbol an error shuld be thrown rather than consuming the following symbol.
Is your feature request related to a problem? Please describe.
When defining a required symbol, if no value is provided during the call, and the symbol is followed by another symbol, the required symbol will consume the following one rather than throw an error.
Describe the solution you'd like.
If no parameter is explicitly provided for a required symbol an error shuld be thrown rather than consuming the following symbol.
Additional context
given the following
template.json
when called like so:
dotnet new new-template --foo --bar -n TestProj
the result is
Template
Actual
The text was updated successfully, but these errors were encountered: