Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/edumserrano/roslyn-analyzers


https://github.com/edumserrano/roslyn-analyzers

Last synced: about 22 hours ago
JSON representation

Awesome Lists containing this project

README

        

Analyzers and Code Fixes for C#
===============================

|build-status| |nuget| |docs| |licence|

This repository started as a learning experience about the Roslyn API. Hopefully it will grow to hold many more analyzers.

Installing
=================================================

Installation is performed via NuGet::

PM> Install-Package Roslyn.Analyzers

Building
=================================================

This repository adheres to the `F5 manifesto `_ so you should be able to clone, open in Visual Studio and build.

Documentation
=================================================

For documentation go `here `_.

List of Analyzers
=================

For list of analyzers go `here `_.

Licence
=================================================

This project is licensed under the `MIT license `_.

.. |build-status| image:: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/e575bb72-927b-4cb5-aabf-df6415768b5b/31/badge
:alt: build status
:scale: 100%
:target: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/e575bb72-927b-4cb5-aabf-df6415768b5b/31/badge

.. |docs| image:: https://readthedocs.org/projects/roslyn-analyzers/badge/?version=latest
:alt: Documentation Status
:scale: 100%
:target: http://roslyn-analyzers.readthedocs.io/en/latest/?badge=latest

.. |nuget| image:: https://img.shields.io/nuget/v/Roslyn.Analyzers.svg?style=flat
:alt: nuget package
:scale: 100%
:target: https://www.nuget.org/packages/Roslyn.Analyzers/

.. |licence| image:: https://img.shields.io/github/license/mashape/apistatus.svg
:alt: licence
:scale: 100%
:target: https://github.com/edumserrano/roslyn-analyzers/blob/master/Licence