05-03-2021
Value | |
---|---|
Title | SA1649FileNameMustMatchTypeName |
CheckId | SA1649 |
Category | Documentation Rules |
Link | https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1649.md |
Just follow the rule - see 'How to fix violations'
We update the root/.editorconfig
with severity = error
and a doc-link.
- It is a simple rule that ensures that the filename and typename matches.
- This is a duplicate rule of MA0048.