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
GitHub Codespaeces instance is recognised as Production - When I run the code on my local machine, both appsettings.json and appsettings.Development.json are respected. However, when it's running on GitHub Codespaces, it seeks for both appsettings.json and appsettings.Production.json, although the lauchSettings.json sets ASPNETCORE_ENVIRONMENT to Development.