baharedankoyuncu / roslyn-analyzers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET Compiler Platform ("Roslyn") Analyzers

This repository contains a number of Roslyn diagnostic analyzers initially developed to help flesh out the design and implementation of the static analysis APIs. They have been migrated from the main dotnet/roslyn repository in order to continue and speed their further development.

Debug Release
Build Status Build Status

Join the chat at https://gitter.im/dotnet/roslyn

Projects

AsyncPackage

Created by summer 2014 interns Chardai Page, Kendra Havens, and Vivian Morgowicz

The AsyncPackage analyzer enforces good practices when writing code that makes use of C#'s async and await language features.

More info

Desktop.Analyzers

Analyzers for APIs specific to the desktop .NET Framework.

More info

MetaCompilation

Created by summer 2015 interns Zoë Petard, Jessica Petty, and Daniel King

The MetaCompilation Analyzer is an analyzer that functions as a tutorial to teach users how to write an analyzer. It uses diagnostics and code fixes to guide the user through the various steps required to create a simple analyzer. It is designed for a novice analyzer programmer with some previous programming experience.

For instructions on using this tutorial, see Instructions.

Microsoft.AnalyzerPowerPack

Latest stable version: 1.0.1

General language rules implemented as analyzers using the .NET Compiler Platform ("Roslyn").

More info

Microsoft.CodeAnalysis.Analyzers

Latest stable version: 1.0.0

Provides guidelines for using .NET Compiler Platform ("Roslyn") APIs.

More info

Microsoft.Net.RoslynDiagnostics

Contains analyzers specific to the .NET Compiler Platform ("Roslyn") project.

More info

System.Runtime.Analyzers

Latest stable version: 1.0.1

Provides guidelines for using APIs in the System.Runtime namespace.

More info

System.Runtime.InteropServices.Analyzers

Latest stable version: 1.0.1

Provides guidelines for using APIs in the System.Runtime.InteropServices namespace.

More info

Getting Started

  1. Clone the repository
  2. Install NuGet packages: powershell -executionpolicy bypass src\.nuget\NuGetRestore.ps1
  3. Build: msbuild src\Analyzers.sln

Submitting Pull Requests

Prior to submitting a pull request, ensure the build and all tests pass using BuildAndTest.proj:

msbuild BuildAndTest.proj

About

License:Apache License 2.0


Languages

Language:C# 95.5%Language:Visual Basic 3.9%Language:PowerShell 0.5%Language:Batchfile 0.0%