gwachter
gwachter
CC#
Created by Brady Kelly on 2/16/2023 in #help
❔ Can't change environment variables in Rider
What if you remove that variable from the list of environment variables? It should end up as null when you run the application.
7 replies
CC#
Created by Brady Kelly on 2/16/2023 in #help
❔ Can't change environment variables in Rider
Have you tried running it with a debugger attached in Rider and having 'break on any exceptions' and maybe 'debug external code' enabled to see where it fails?
7 replies
CC#
Created by Brady Kelly on 2/16/2023 in #help
❔ Can't change environment variables in Rider
ASPNETCORE_URLS should come from applicationUrl in the launchSettings. If you want to have full control of the run profile in Rider, you can add a new profile of the type ‘.NET Project’ and manually configure all environment variables.
7 replies