ParkSquare.ConfigDump by Jon Meesam

<PackageReference Include="ParkSquare.ConfigDump" Version="1.0.16" />

 ParkSquare.ConfigDump 1.0.16

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.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ParkSquare.ConfigDump</id>
    <version>1.0.16</version>
    <authors>Jon Meesam</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="file">LICENSE.txt</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <icon>icon.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://www.parksq.co.uk/dotnet-core/config-provider-dump</projectUrl>
    <description>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.</description>
    <copyright>Copyright © 2021 Park Square Consulting Ltd</copyright>
    <tags>dotnetcore asp.net core config debug containers docker azure amazon aws rancher IConfigurationProvider IConfiguration IConfigurationRoot</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.1">
        <dependency id="Microsoft.Extensions.Configuration" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Configuration.FileExtensions" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.DependencyInjection" version="2.2.0" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Logging" version="2.2.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>