Skip to content

7.17

Choose a tag to compare

@alban-auzeill alban-auzeill released this 01 Oct 14:40
· 5096 commits to master since this release
aeef94f

New Rules

  • 2346 - [VB.NET] Update S2302 to verify string phrases and implement it for VB.NET
  • 2210 - [C#] Rule S1128: Useless usings should be removed
  • 2093 - [C#] Rule S5034: "ValueTask" should be consumed correctly
  • 1330 - [C#] Rule S4583: "BeginInvoke" should be paired with "EndInvoke"
  • 1168 - [C#, VB.NET] Rule S4136: Method overloads should be grouped together
  • 768 - [C#] Rule S1199: Nested code blocks should not be used
  • 681 - [C#, VB.NET] Rule S4201: Null checks should not be redundant
  • 616 - [C#] Rule S2252: Loop conditions should be true at least once

Improvements

  • 2624 - Further improve debug logging when importing code coverage and test coverage