Back to Dotnet

PACKAGE

src/libraries/Microsoft.Extensions.Configuration.UserSecrets/src/PACKAGE.md

11.0.1001.4 KB
Original Source

About

<!-- A description of the package and where one can find more documentation -->

User secrets configuration provider implementation for Microsoft.Extensions.Configuration. User secrets mechanism enables you to override application configuration settings with values stored in the local secrets file. You can use UserSecretsConfigurationExtensions.AddUserSecrets extension method on IConfigurationBuilder to add user secrets provider to the configuration builder.

Additional Documentation

<!-- Links to further documentation -->

Feedback & Contributing

<!-- How to provide feedback on this package and contribute to it -->

Microsoft.Extensions.Configuration.UserSecrets is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.