At this point of my OnStartup
method… :
_host = Host.CreateDefaultBuilder(e.Args).ConfigureAppConfiguration(c => { c.SetBasePath(appLocation); })
.ConfigureServices(ConfigureServices).Build();
… I get this exception:
But I don't use short switches and the -l=de
is just a parameter which is defined in the launch profile. Does anyone know why this exception occurred and how to solve it?
Regarding .net documentation, it only supports 3 styles of arguments:
Your argument -l=de (-key=value) is not supported.