Suchiman / SerilogAnalyzer

Roslyn-based analysis for code using the Serilog logging library. Checks for common mistakes and usage problems.
Apache License 2.0
309 stars 29 forks source link

Use it in asp net core project #52

Open digitalsigi opened 4 years ago

digitalsigi commented 4 years ago

I am developping a rather large asp net core project and thus using Microsoft.Extensions.Logging together with Serilog as logging provider. Now I'd like to use SerilogAnalyze in my solution. So installed the vsix package, but I did not see any reaction.

My question: How can I get it to work in this environement?

Suchiman commented 4 years ago

SerilogAnalyzer currently only supports Serilog directly, see https://github.com/Suchiman/SerilogAnalyzer/issues/15