Coder Social home page Coder Social logo

therzok / roslyn-analyzers Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dotnet/roslyn-analyzers

0.0 2.0 0.0 7.82 MB

License: Apache License 2.0

GCC Machine Description 0.01% PowerShell 0.84% Batchfile 0.13% Groovy 0.02% C# 96.18% Visual Basic 2.82%

roslyn-analyzers's Introduction

.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

Desktop.Analyzers

Latest stable version: 1.1.0

Analyzers for APIs specific to the desktop .NET Framework.

More info

Microsoft.ApiDesignGuidelines.Analyzers

Provides analyzers which implement the .NET design guidelines for API authors.

More info

Microsoft.CodeAnalysis.Analyzers

Latest stable version: 1.1.0

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

More info

Roslyn.Diagnostics.Analyzers

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

More info

System.Collections.Immutable.Analyzers

Provides guidelines for using APIs in the System.Collections.Immutable contract.

More info

System.Runtime.Analyzers

Latest stable version: 1.1.0

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

More info

System.Runtime.InteropServices.Analyzers

Latest stable version: 1.1.0

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

More info

System.Security.Cryptography.Hashing.Algorithms.Analyzers

Latest stable version: 1.1.0

Provides guidelines for using APIs in the System.Cryptography.Hashing.Algorithms contract.

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.

Getting Started

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

NOTE The current build of System.Reflection.Metadata (from NuGet package System.Reflection.Metadata.1.2.0-rc2-23629) is unsigned. This causes unit tests to fail. To work around this problem until a new, signed version is available, give the command

sn -Vr System.Reflection.Metadata,B03F5F7F11D50A3A

which will cause the CLR to skip strong name verification for that assembly.

When a properly signed version of this assembly becomes available, reenable strong name verification with the command

sn -Vu System.Reflection.Metadata,B03F5F7F11D50A3A

Submitting Pull Requests

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

msbuild BuildAndTest.proj

Versioning Scheme for Analyzer Packages

See VERSIONING.md for the versioning scheme for all analyzer packages built out of this repo.

roslyn-analyzers's People

Contributors

srivatsn avatar danielkim-msft avatar tmeschter avatar qinxgit avatar mavasani avatar genlu avatar daking2014 avatar basoundr avatar bkoelman avatar jepetty avatar heejaechang avatar morrisjoe avatar joshvarty avatar duracellko avatar nguerrera avatar natidea avatar balajikris avatar cyrusnajmabadi avatar maggiemsft avatar msjohnhamby avatar anniepoh avatar vitalytva avatar jinujoseph avatar brettfo avatar amcasey avatar jinujoe avatar mattwar avatar davkean avatar hvanbakel avatar mmitche avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.