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.
- 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.
The documentation can be found at http://dhgms-solutions.github.io/gripewithroslyn/
See the github help page for instructions on how to create a fork.
Use your preffered method for carrying out work.
See the github help page for instructions on how to send pull requests