Info
Version: | 8.0.3 |
Author(s): | Jon Meesam |
Last Update: | Thursday, October 3, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.parksq.co.uk/dotnet-core/config-provider-dump |
NuGet Url: | https://www.nuget.org/packages/ParkSquare.ConfigDump |
Install
Install-Package ParkSquare.ConfigDump
dotnet add package ParkSquare.ConfigDump
paket add ParkSquare.ConfigDump
ParkSquare.ConfigDump Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 2.2.0)
- Microsoft.Extensions.Configuration.FileExtensions(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.Logging(>= 2.2.0)
Tags
Ideal for troubleshooting when overriding values via environment variables in containerized environments such as Azure, Amazon AWS and Rancher. Enabled with simple services.AddConfigDump() call at the end of your ConfigureServices() method.
Uses any configured ILogger.