See which .NET configuration source set a value, and which values it replaced.
Requires the .NET 10 SDK.
dotnet tool install -g WhyConfig.NETFrom your app's project directory:
whyconfig explain Database:HostTo inspect another project, add --project path/to/YourApp. Run whyconfig --help for more options.
