Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.03 KB

File metadata and controls

37 lines (23 loc) · 1.03 KB

Rule suppression decision

Meeting

Date for meeting

05-12-2020

ATC Core members in meeting

Rule summary

Value
Title CA1707 Identifiers should not contain underscores
CheckId CA1707
Category Naming
Link https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/CA1707

What is the problem

Issue #2

Decision

Just follow the rule for code project - see 'How to fix violations'

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

Reason & arguments

  • We do not like the argument from Microsoft for src projects.
  • For test projects we like the options for using underscores in method names.