Skip to content

szalapski/BlazorAppEnvText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice in BlazorAppEnvText/Server/Properties/launchSettings.json that ASPNETCORE_ENVIRONMENT is "Foo".

dotnet run --verbose --project BlazorAppEnvText/Server to watch it fail

Then in launchSettings.json, change ASPNETCORE_ENVIRONMENT to "Development", and run the same command, and it succeeds.

How can I get it working with "Foo"?

Please answer at https://stackoverflow.com/q/74435611/7453