Top ".net-core-configuration" questions

How to enable Trace logging in ASP.NET Core?

I cannot get basice LogTrace(...) output in my application. Here's a repro: Create a new ASP.NET Core application using …

c# asp.net-core .net-core .net-core-logging .net-core-configuration
How to setup app settings in a .Net Core 3 Worker Service

I have been looking at a number of tutorials and SO questions (such as App Settings .Net Core) regarding reading …

c# dependency-injection .net-core-3.0 .net-core-configuration
.NET Core environment variable returns null

I have a .NET Core console application. I'm trying to retrieve the environment variable using the below code. var environment = …

c# .net-core configuration .net-core-configuration