11-12-2020
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 |
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.
- The majority voted for the use of interfaces.