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
- Host: GitHub
- URL: https://github.com/litee/common.logging.analyzer
- Owner: Litee
- License: apache-2.0
- Created: 2016-08-22T11:15:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T20:53:43.000Z (over 9 years ago)
- Last Synced: 2025-06-01T08:49:27.655Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()