SerilogAnalyzer icon indicating copy to clipboard operation
SerilogAnalyzer copied to clipboard

Roslyn-based analysis for code using the Serilog logging library. Checks for common mistakes and usage problems.

Results 24 SerilogAnalyzer issues
Sort by recently updated
recently updated
newest added

I was looking for a place to send this that wasn't in your GitHub issues, but wanted to pass along my sincere thanks. I'm working with a large project that's...

Serilog's ASP.NET Core configuration provider supports environment variables alongside JSON syntax. https://github.com/serilog/serilog-settings-configuration#environment-variables E.g. on Windows: ```shell set Serilog:MinimumLevel=Debug ``` Alongside `Show config` and `Show appsettings.json config`, what do you think...

Please update the NuSpec file of the package, using a `` and a `` instead of the `` that has been deprecated for more than 7 years now. ``` XML...