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.AspNetCore |
Install
Install-Package ParkSquare.ConfigDump.AspNetCore
dotnet add package ParkSquare.ConfigDump.AspNetCore
paket add ParkSquare.ConfigDump.AspNetCore
ParkSquare.ConfigDump.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- ParkSquare.ConfigDump(>= 1.0.4)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
Tags
Dump out all your .Net Core and ASP.Net Core config on startup, together with the configuration provider source that value came from. 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.