sou12y-archive/aadhaarapi.net

Sample Configuration not working

Opened this issue · 1 comments

Hello,

in Uidai.Aadhaar.Sample, Microsoft.Extensions.Configuration.ConfigurationBuilder().Bind(options) function is not working or found.
Actually Bind(options) is not found in Microsoft.Extensions.Configuration.ConfigurationBuilder class at all,
Please let me know ASAP

Yes, it may be possible, if you are targeting newer version of .NET Core. Many NuGet packages and classes changed since early stages of .NET Core. KIndly find the recommended way to bind the configuration file in ASP.NET Core docs.