serilog-extensions-logging
serilog-extensions-logging copied to clipboard
Serilog and compile-time logging source generation
trafficstars
Logging message generator introduced in .NET 6 is not compatible with Serilog @ operator. Any attempt to use this operator in LoggerMessageAttribute causes compilation error.
Thanks for the heads-up. That's not our code - you'll need to raise this on dotnet/runtime. If you need any extra info though, please loop me in :-)
CC @snakefoot, who may be interested in this from the NLog perspective.
https://github.com/dotnet/runtime/pull/79038 was merged. Shouldn't this be closed?