olsh / resharper-structured-logging

An extension for ReSharper and Rider that highlights structured logging templates and contains some useful analyzers
MIT License
141 stars 14 forks source link

Support for LoggerMessageAttribute #81

Open Nefarion opened 1 year ago

Nefarion commented 1 year ago

In addition to #64, it would be great to also support the Message Property of LoggerMessageAttribute (Autogenerates the LoggerMessage.Define calls)

See https://learn.microsoft.com/en-us/dotnet/core/extensions/logger-message-generator#basic-usage for reference