Browsing index pages (2 articles)
↧
Merge appsettings.{env}.json into appsettings.json in .NET Core 3.1
I understand the default behavior in .NET Core 3.1 is that when you publish your solution, it copies over all your appsettings.{env}.json files into the final package, and it is up to your environment...
View ArticleAnswer by Brando Zhang for Merge appsettings.{env}.json into appsettings.json...
Asp.net core's appsttings is totally different than the web.config. One is json file another is xml file.Besides, according to this github issue, you could find Asp.net core program team also don't...
View Article
Browsing index pages (2 articles)