C#C
C#3y ago
devhl

❔ Get required value from IConfiguration

There is a GetRequiredSection extenion in Microsoft.Extensions.Configuration, but is there a GetRequired to return a non nullable value?

Also, why is the second variable here null but the first is not?
image.png
Was this page helpful?