ronsun / MoreNet.CodeStandard

Code standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce

Code standrad for all of MoreNet.* projects, including references to code analysis tools and an .editorconfig file for rule configuration.
Code analysis tools including:

  • Enable NET analyzers with analysis mode "AllEnabledByDefault"
  • StyleCop.Analyzers

How to use

Reference and apply .editorconfig file

  1. Reference to this project and will reference to libraries for code analysis via transitive dependency.
  2. Configure serverity to .editorconfig file or just copy from the one in this project.

About

Code standard

License:MIT License


Languages

Language:C# 73.3%Language:PowerShell 26.7%