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
- Host: GitHub
- URL: https://github.com/dpvreony/gripe
- Owner: dpvreony
- License: mit
- Created: 2015-12-11T16:07:52.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-02-11T20:35:13.000Z (5 months ago)
- Last Synced: 2026-02-12T03:41:47.082Z (5 months ago)
- Topics: code-analysis, code-quality, roslyn, roslyn-analyzer
- Language: C#
- Homepage: https://docs.dpvreony.com/gripe/
- Size: 778 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Gripe With Roslyn
[](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/)