issues
search
lijunle
/
Vsxmd
VS XML documentation -> Markdown syntax.
MIT License
217
stars
52
forks
source link
Introduce the code analyzers to project and fix the violations.
#59
Closed
lijunle
closed
5 years ago
lijunle
commented
5 years ago
Install
StyleCop.Analyzers
and
Microsoft.CodeAnalysis.FxCopAnalyzers
.
Always pass the culture and ordinal string comparison to method parameters.
Always add trailing comma for array and object.
End the XML document with a period as a sentence.
Removing unused method parameters and using statements.
Suppress some warnings if they are targeting on unit test classes and methods.
StyleCop.Analyzers
andMicrosoft.CodeAnalysis.FxCopAnalyzers
.