Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.45 KB

File metadata and controls

44 lines (30 loc) · 1.45 KB

Rule suppress suggestion - Decision

Meeting

Date for meeting

11-12-2020

ATC Core members in meeting

Rule summary

Value
Title MA0016 Prefer return collection abstraction instead of implementation
CheckId MA0016
Category Design
Link https://github.com/meziantou/Meziantou.Analyzer/blob/master/docs/Rules/MA0016.md

What is the problem

Issue #12

Decision

Just follow the rule - see 'How to fix violations', but for test code we disable it.

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

  • The majority voted for the use of interfaces.