Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edumserrano/roslyn-analyzers
https://github.com/edumserrano/roslyn-analyzers
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/edumserrano/roslyn-analyzers
- Owner: edumserrano
- License: mit
- Created: 2017-05-29T19:03:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T15:04:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T22:05:20.963Z (9 days ago)
- Language: C#
- Size: 676 KB
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
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.AnalyzersBuilding
=================================================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