tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.12k stars 60 forks source link

#155 Ignore .NET environment variables #162

Closed tareqimbasher closed 5 months ago

tareqimbasher commented 5 months ago

Fixes #155 Was causing issue where if user had ASPNETCORE_ENVIRONMENT or DOTNET_ENVIRONMENT defined with a value of "Development", NetPad would run in dev mode, instead of production mode, even if user is running a production (Release) build.