.NET analyzers
Microsoft
π‘ Pick it as the supported, free replacement for FxCop in modern .NET projects.
.NET analyzers are Roslyn-based code quality and style analyzers included with the .NET SDK and Visual Studio. They are the supported successor...
Pros
- Supported successor to FxCop with modern .NET coverage
- Runs directly in Visual Studio, the .NET CLI, and CI builds
- Supports configurable severity, rule sets, and code fixes
Cons
- Provides less architectural analysis than NDepend
- Rule configuration can become verbose in large repositories
- Requires Roslyn-compatible project and build tooling