nblumhardt / serilog-timings

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

Annotate methods with `[MessageTemplateFormatMethod]` #53

Closed bash closed 2 years ago

bash commented 2 years 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 2 years ago

Thanks! :+1: