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
When running a test and command line parser inside a unit test, the HandleParseError function is never being called. I created a gist with a test and a class showing the example.
If I execute the class using regular F5 debugging inside Visual Studio, the HandleParseError function will be called.