An open API service indexing awesome lists of open source software.

https://github.com/litee/common.logging.analyzer

Visual Studio extension that highlights some smells of Common.Logging .NET library
https://github.com/litee/common.logging.analyzer

Last synced: 11 months ago
JSON representation

Visual Studio extension that highlights some smells of Common.Logging .NET library

Awesome Lists containing this project

README

          

Very simple Roslyn-based analyzer to highlight type name mismatches between T in LogManager.GetLogger() and actual class name. Also provides detector and quick fix for replacing .GetCurrentClassLogger() call with much faster .GetLogger()