nblumhardt / serilog-timings

Extends Serilog with support for timed operations
Apache License 2.0
218 stars 21 forks source link

Annotate methods with `[MessageTemplateFormatMethod]` #53

Closed bash closed 1 year ago

bash commented 1 year ago

Analyzers such as SerilogAnalyzer and IDEs such as Jetbrains Rider use this attribute to determine which methods to analyze and generate warnings for (and highlight message template literals).

nblumhardt commented 1 year ago

Thanks! :+1: