Alvaro Mari-Thompson
Alvaro Mari-Thompson
+1 on this, I've also just updated to latest version of .net 6 (6.0.301) and have started seeing this issue in Linux/Debian: ``` [21:28:18]E: Step 1/14: Publish (.NET) [21:28:18]i: [Step...
This seems to have been reported to the main dotnet sdk repo https://github.com/dotnet/sdk/issues/26026
That's worked @NikolayPianikov - many thanks!
I've encountered the same problem when trying to use the Autofac serilog integration within an ASP.NET Core 2.1 application - when injecting the ILogger into a Controller, `{SourceContext}` is blank,...