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
Since it's being thrown by the generated code and is expected to be visible by the user, I don't think the stacktrace provides any value.
Current:
System.ArgumentException: Argument '-abc' does not found in command prameters.
at ConsoleAppFramework.ConsoleApp.ThrowArgumentNameNotFound(String argumentName) in ConsoleApp.cs:line 110
at ConsoleAppFramework.ConsoleApp.Run(String[] args, Func`15 command) in ConsoleApp.Run.g.cs:line 242
Suggestion:
Argument '-abc' does not found in command prameters.