6.7.1
valhristov
released this
21 Dec 14:38
·
5289 commits
to master
since this release
Bug
- #992 - Fix S3532: default clauses with comments should not be reported
- #1002 - Fix EmptyCollectionsShouldNotBeEnumerated: Rule should not throw InvalidOperationException
- #1003 - Fix S3237: Rule should not throw NullReferenceException when using expression body accessor
- #1006 - Fix S101: Rule should not throw IndexOutOfRangeException
- #1009 - Fix S2933: Code Fix should handle regions
- #1014 - Support symbol highlighting for multi-targetting projects that use conditional compilation
False Positive
- #888 - Fix S1144: False positive on async Main
- #1010 - Fix S2187: rule should not warn on MSTest when using DataTestMethodAttribute
- #1015 - Fix S107: "Methods with too many parameters" should not raise on constructors calling base
- #1024 - Fix S1172: Rule should also ignore the new Main syntax
Improvement
- #1004 - Support syntax highlighting for multi-targetting projects that use conditional compilation