GitXplorerGitXplorer
s

Serpent5.Extensions.Configuration

public
3 stars
0 forks
0 issues

Commits

List of commits on branch default.
Unverified
d9982facc2de1cc8928217b82bdfd44a58a96c81

Add GitHub Actions workflow for build/publish

sserpent5 committed 3 years ago
Unverified
6ab27f5087383ae787e13599d7ab645f8e9a9332

Target .NET Core 3.1, .NET 5 & .NET 6

sserpent5 committed 3 years ago
Unverified
fdf3609a57ca08a01d9934f8d3549e6d193b99cf

Update to 3.1.

sserpent5 committed 5 years ago
Unverified
3a8ad0d2063e7b18331fd38fb0aab74e32316274

NUnit => Xunit + FluentAssertions.

sserpent5 committed 6 years ago
Unverified
b9168e90cf7a87d4a35aa0a6e25b9d58eb51cecc

Collect code coverage.

sserpent5 committed 6 years ago
Unverified
f4459494fce6639a8fe8ce14cc597ab651cc5cf2

Renamed from Tests to Test in fs.

sserpent5 committed 6 years ago

README

The README file for this repository.

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.