HobbsCode
Results
1
issues of
HobbsCode
#### Describe the bug Calling Environment.GetCommandLineArgs() on try.dot.net returns an empty array. This does not appear compliant with the [documentation](https://docs.microsoft.com/en-us/dotnet/api/system.environment.getcommandlineargs?view=netstandard-2.1#System_Environment_GetCommandLineArgs), which says that the first item of the array is...