Skip to content

v1.0.1

Compare
Choose a tag to compare
@giggio giggio released this 06 Sep 15:42
· 241 commits to master since this release
v1.0.1

Bug fixes! 🐛

This is a bug fix release. There aren't any new analyzers or code fixes. This is mostly a C# release, as there were no volunteers on the community to tackle the VB bugs.

There are no known bugs for C#.

These are the known issues, all on the VB version of CodeCracker.

VB Known issues:

  • #791 CC0057 suggests removing parameter but it is required by a matching delegate
  • #798 CC0014 converts if y then x += 1 else x =1 to x +=(if(y, 1, 1)
  • #821 Should not use Async methods in analyzers (CC0029)
  • #827 CC0039 False positive when concatenating to loop variable propery/field (StringBuilderInLoop)

This release also targets the final version of Visual Studio 2015 (RTM, version 14.0.23107.0 D14REL) and also targets the 1.0.0 version of the Roslyn API (Microsoft.CodeAnalysis.*).

Stats:

  • 68 Analyzers in C#, 66 Code fixes, 5 Fix all
  • 23 Analyzers in VB, 18 Code fixes, 1 Fix All
  • 1941 tests
  • 92% code coverage

As usual, you should go to Nuget (C#, VB) to get the packages or download the extension on the Visual Studio Extensions Gallery (C#, VB).

For a list of what worked on see the corresponding milestone and the detailed changelog. For the commits, see the full changelog.