11-02-2021
Value | |
---|---|
Title | MA0048 File name must match type name |
CheckId | MA0048 |
Category | Usage |
Link | https://github.com/meziantou/Meziantou.Analyzer/blob/master/docs/Rules/MA0048.md |
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 SA1649.