Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

serpent5/Serpent5.Extensions.Configuration

Repository files navigation

Serpent5.Extensions.Configuration

Nuget

Serpent5.Extensions.Configuration provides a single AddHostDefaults extension method for IConfigurationBuilder, which configures the following configuration pipeline:

  • appsettings.json (optional, reloadOnChange)
  • appsettings.[Environment].json (optional, reloadOnChange)
  • User Secrets (Development only)
  • Environment Variables
  • Command Line

This configuration pipeline is intended to mimic that provided by Host.CreateDefaultBuilder, allowing for use outside of a Host-based environment.

About

An extension for configuring a configuration pipeline that matches ASP.NET Core's WebHost defaults.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages