Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.0.0-rc6

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

This is an stabilization release, with several bug fixes. There are 4 knowns bugs, and they are already being worked on.
We will continue to focus on stabilization until 1.0.0 is ready.
Any new fixes will end up on the master branch.
New analyzers and fixers will continue to go on the vnext branch and will not be on our 1.0.0 release.

This release continues to target the final version of Visual Studio 2015 (RTM, version 14.0.23107.0 D14REL), as will the next ones. This release targets the 1.0.0 version of the Roslyn API (Microsoft.CodeAnalysis.*).

There are no new analyzers or code fixes in this release.

Stats:

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

Known issues:

  • #465 DisposableVariableNotDisposedAnalyzer (CC0022) should not raise a diagnostic when returning a type that contains the disposable
  • #639 CC0091 WPF event cannot be static
  • #690 CC0048 nested interpolations doesn't fix in one iteration
  • #696 BUG: CC00091 Method GetEnumerator should never be made static

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.