Skip to content

Files

Latest commit

522c1b9 · Jun 18, 2021

History

History
45 lines (31 loc) · 1.45 KB

File metadata and controls

45 lines (31 loc) · 1.45 KB

Rule suppression decision

Meeting

Date for meeting

05-03-2021

ATC Core members in meeting

Rule summary

Value
Title SA1649FileNameMustMatchTypeName
CheckId SA1649
Category Documentation Rules
Link https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1649.md

What is the problem

Issue #32

Decision

Just follow the rule - see 'How to fix violations'

We update the root/.editorconfig with severity = error and a doc-link.

Reason & arguments

  • It is a simple rule that ensures that the filename and typename matches.
  • This is a duplicate rule of MA0048.