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

https://github.com/dpvreony/gripe

Rosyln Analysers
https://github.com/dpvreony/gripe

code-analysis code-quality roslyn roslyn-analyzer

Last synced: 5 months ago
JSON representation

Rosyln Analysers

Awesome Lists containing this project

README

          

# Gripe With Roslyn

[![NuGet Stats](https://img.shields.io/nuget/dt/dhgms.gripewithroslyn.analyzer.svg)](https://www.nuget.org/packages/dhgms.gripewithroslyn.analyzer/)

A simple library to provide Roslyn analyzers to show how to deal with technical debt. **Note:** The analysis rules here are subjective and based upon things we encounter when maintaining a sizable codebase.

## Mission Statement
* Provide a simple library of code warnings around method usage that can impact maintainability or performance of code.
* Build of top of common functionality from Code Cracker to keep development simple.
* Keep the project small and simple so won't require much ongoing maintenance, and possibly allow for code to be pushed to respective projects if it would prove fruitful.

## Viewing the documentation

The documentation can be found at http://dhgms-solutions.github.io/gripewithroslyn/

## Contributing to the code

### 1\. Fork the code

See the [github help page for instructions on how to create a fork](http://help.github.com/fork-a-repo/).

### 2\. Apply desired changes

Use your preffered method for carrying out work.

### 3\. Send a pull request

See the [github help page for instructions on how to send pull requests](http://help.github.com/send-pull-requests/)