atc-net/atc-coding-rules

Rule: CA1002 replaces MA0016

egil opened this issue · 2 comments

egil commented

The two rules are the same. This I think we should prefer the one from Microsoft and simply disable MA0016, and replace the doc/decision file (#12) for it with one for CA1002.

Sounds like a good idea, then the PR #49 is irellevant.

And the suggestion should then be for CA1002:
We update the root/.editorconfig with severity = error and a doc-link.
We update the test/.editorconfig with severity = none and a doc-link.

And the suggestion should then be for MA0016:
We update the root/.editorconfig with severity = none and a doc-link.