You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working on Linux here and trying to run in a Development environment because "dotnet run" defaults to Production. The docs suggests to set the variable Hosting__Environment, e.g.: "export Hosting__Environment=Development". This does not work, instead use "export ASPNETCORE_ENVIRONMENT=Development" and you'll be happy coding
After modifying the ASPNET_ENV (orHosting:Environment) variable in the web profile to be set to Staging, the launchSettings.json file in our sample project is shown below...
It took a while for me to figure out I had to change the profile selection at the top, perhaps a screengrab of that that with the dropdown for Profile highlighted would help, e.g.:
The text was updated successfully, but these errors were encountered: