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-configurationI 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-configurationI 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-configurationNormally in a .NET Core project I would create a 'boostrap' class to configure my service along with the DI …
c# dependency-injection azure-functions .net-core-configuration