Configuration.GetSection always returns null

前端 未结 9 1165
借酒劲吻你
借酒劲吻你 2020-12-16 09:01

Every time I call Configuration.GetSection, the Value property of the returned object is always null.

My Startup constructor

9条回答
  •  伪装坚强ぢ
    2020-12-16 09:28

    1. Right-click on appsettings.json and go to Properties.
    2. Select Copy to output directory = Copy always.

提交回复
热议问题