.NET Analyzers (DotNetAnalyzers)

.NET Analyzers

DotNetAnalyzers

Geek Repo

An organization for the development of analyzers (diagnostics, code fixes, and refactorings) using the .NET Compiler Platform

Github PK Tool:Github PK Tool

.NET Analyzers's repositories

StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform

IDisposableAnalyzers

Roslyn analyzers for IDisposable

Language:C#License:MITStargazers:361Issues:11Issues:307

AsyncUsageAnalyzers

Now superseded by Microsoft/vs-threading

Language:C#License:NOASSERTIONStargazers:121Issues:21Issues:43

ReflectionAnalyzers

Analyzers checking System.Reflection

Language:C#License:MITStargazers:77Issues:6Issues:208

DotNetAnalyzers

This project is for the community to make a common code base of .NET code analyzers using the new VS14 code analyzer functionality.

Language:Visual BasicLicense:MITStargazers:66Issues:18Issues:4

TSqlAnalyzer

T-SQL Code Analyzer for Visual Studio 2015 CTP6

Language:C#License:MITStargazers:56Issues:9Issues:11

PropertyChangedAnalyzers

Roslyn analyzers for INotifyPropertyChanged

Language:C#License:MITStargazers:44Issues:5Issues:163

DocumentationAnalyzers

Analyzers for XML documentation

Language:C#License:MITStargazers:34Issues:7Issues:51

PublicApiAnalyzer

Superseded by Microsoft.CodeAnalysis.PublicApiAnalyzers

Language:C#License:NOASSERTIONStargazers:18Issues:6Issues:10

VarUsageAnalyzer

Implicit Type 'var' Keyword Usage Analyzer

Language:C#License:MITStargazers:15Issues:7Issues:14

NullParameterCheckRefactoring

Null Parameter Check Refactoring for Reference Type Parameters

Language:C#License:MITStargazers:14Issues:6Issues:19

UnitTestAnalyzers

Analyzers for unit tests using the .NET Compiler Platform

Language:C#License:MITStargazers:12Issues:5Issues:1

StringFormatDiagnostic

Mirror of CodePlex repository

Language:Visual BasicStargazers:9Issues:5Issues:0

Proposals

A repository and issue tracker for proposed analyzers which have not yet been developed

BannedApiAnalyzer

Banned API analyzer

Language:C#License:MITStargazers:6Issues:5Issues:0

DefaultValueDiagnostic

Diagnostic and code fix for common issues associated with the use of default parameter values

Language:C#License:NOASSERTIONStargazers:4Issues:4Issues:6

UseConditionalOperatorAnalyzer

A Visual Studio extension for analyzing and replacing simple if statements with conditional operators