Can the “user secrets” file be declare as required for an ASP.NET Core application

后端 未结 0 1214
花落未央
花落未央 2020-12-15 06:24

Using the Microsoft.Extensions.Configuration package, I have the following line in my Program.cs file:

config.AddUserSecrets(optional: false);

相关标签:
回答
  • 消灭零回复
提交回复
热议问题