serilog / serilog-extensions-logging

Serilog provider for Microsoft.Extensions.Logging
Apache License 2.0
307 stars 97 forks source link

Serilog and compile-time logging source generation #197

Closed sakno closed 10 months ago

sakno commented 2 years ago

Logging message generator introduced in .NET 6 is not compatible with Serilog @ operator. Any attempt to use this operator in LoggerMessageAttribute causes compilation error.

nblumhardt commented 2 years ago

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 :-)

nblumhardt commented 2 years ago

CC @snakefoot, who may be interested in this from the NLog perspective.

willbush commented 10 months ago

https://github.com/dotnet/runtime/pull/79038 was merged. Shouldn't this be closed?