Skip to content

Coded Guidelines

Igor Rončević edited this page Dec 2, 2018 · 1 revision

Sharpen's source code follows certain internal guidelines that are specific to Sharpen. Those that can be automatically checked are called Coded Guidelines and can be found in the Sharpen.CodedGuidelines project.

To contribute to Coded Guidelines check the open issues marked as coded-guideline.

Most of the Coded Guidelines are implemented as Roslyn Analyzers. If you are new to Roslyn check out these tutorials to help you started writing your first analyzers and code fixes.