-
Notifications
You must be signed in to change notification settings - Fork 32
Coded Guidelines
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.
Home
Why Sharpen?
Getting Started
Installing Sharpen
Analyzing Code
Inspecting Analysis Results
Refactoring Code
Contributing to the Code
Coded Guidelines
C# Suggestions
Running the Endgame
Endgame for v0.4.0
Endgame for v0.5.0
Endgame for v0.6.0
Endgame for v0.6.1
Endgame for v0.7.0
Endgame for v0.8.0
Endgame for v0.9.0
Endgame for v0.10.0