.NET Analyzers
An organization for the development of analyzers (diagnostics, code fixes, and refactorings) using the .NET Compiler Platform
Pinned Repositories
AspNetCoreAnalyzers
AsyncUsageAnalyzers
Now superseded by Microsoft/vs-threading
DocumentationAnalyzers
Analyzers for XML documentation
DotNetAnalyzers
This project is for the community to make a common code base of .NET code analyzers using the new VS14 code analyzer functionality.
IDisposableAnalyzers
Roslyn analyzers for IDisposable
PropertyChangedAnalyzers
Roslyn analyzers for INotifyPropertyChanged
ReflectionAnalyzers
Analyzers checking System.Reflection
StyleCopAnalyzers
An implementation of StyleCop rules using the .NET Compiler Platform
TSqlAnalyzer
T-SQL Code Analyzer for Visual Studio 2015 CTP6
WpfAnalyzers
.NET Analyzers's Repositories
DotNetAnalyzers/StyleCopAnalyzers
An implementation of StyleCop rules using the .NET Compiler Platform
DotNetAnalyzers/IDisposableAnalyzers
Roslyn analyzers for IDisposable
DotNetAnalyzers/WpfAnalyzers
DotNetAnalyzers/AsyncUsageAnalyzers
Now superseded by Microsoft/vs-threading
DotNetAnalyzers/ReflectionAnalyzers
Analyzers checking System.Reflection
DotNetAnalyzers/DotNetAnalyzers
This project is for the community to make a common code base of .NET code analyzers using the new VS14 code analyzer functionality.
DotNetAnalyzers/AspNetCoreAnalyzers
DotNetAnalyzers/TSqlAnalyzer
T-SQL Code Analyzer for Visual Studio 2015 CTP6
DotNetAnalyzers/PropertyChangedAnalyzers
Roslyn analyzers for INotifyPropertyChanged
DotNetAnalyzers/DocumentationAnalyzers
Analyzers for XML documentation
DotNetAnalyzers/PublicApiAnalyzer
Superseded by Microsoft.CodeAnalysis.PublicApiAnalyzers
DotNetAnalyzers/VarUsageAnalyzer
Implicit Type 'var' Keyword Usage Analyzer
DotNetAnalyzers/NullParameterCheckRefactoring
Null Parameter Check Refactoring for Reference Type Parameters
DotNetAnalyzers/UnitTestAnalyzers
Analyzers for unit tests using the .NET Compiler Platform
DotNetAnalyzers/StringFormatDiagnostic
Mirror of CodePlex repository
DotNetAnalyzers/Proposals
A repository and issue tracker for proposed analyzers which have not yet been developed
DotNetAnalyzers/BannedApiAnalyzer
Banned API analyzer
DotNetAnalyzers/DefaultValueDiagnostic
Diagnostic and code fix for common issues associated with the use of default parameter values
DotNetAnalyzers/UseConditionalOperatorAnalyzer
A Visual Studio extension for analyzing and replacing simple if statements with conditional operators