Skip to content

v1.0.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@giggio giggio released this 01 Feb 01:02
· 1071 commits to master since this release

This release targets the 1.0.0.0-beta2 Roslyn Analyzers API, which works with Visual Studio 2015 CTP 5.
This is our first release with Visual Basic.

Stats:

  • 52 Analyzers in C#
  • 8 Analyzers in VB
  • 724 tests
  • 89% code coverage

Known issues:

  • #192 Null Reference on ConvertToExpressionBodiedMemberAnalyzer
  • #95 Several small problems on DisposablesShouldCallSuppressFinalizeAnalyzer

All the above analyzers are disabled by default, you need to enable them to be able to use them.

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).