Skip to content

dimaino/ConfigurationOptionsExample

Repository files navigation

ConfigurationOptionsExample

In most projects the appsettings.json has sensitive data that should not be uploaded to Github. This project usee IOptions to add data from appsettings.json to the project.

In order to use appsettings.json data, make sure to add the nuget package: dotnet add package Microsoft.Extensions.Configuration.Binder --version 2.2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published