Replies: 1 comment 1 reply
-
Doesn't it have an alternative form in runtime config? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently there exists no way to configure environment variables on the startup of a .NET desktop application. This is especially relevant when you want to configure environment variables that control the .NET runtime behavior
DOTNET_Thread_UseAllCpuGroups
.The current solution is to create a starter batch file that sets the parameters.
launchSettings.json
already has a possibility to startup the debug session with environment variables, so I would suggest to introduce the same concept inruntimeConfig.json
Beta Was this translation helpful? Give feedback.
All reactions