Skip to content
This repository has been archived by the owner. It is now read-only.

Release 4.8

Andreas Weizel edited this page Feb 21, 2017 · 5 revisions

Release 4.8

This is the first sim-shipped release for version 4.x (Visual Studio 2015 compatibility) and 5.x (VS2017 RC). The projects are at the moment side-by-side, but eventually will move into branches (this release marks our move to netstandard and the new csproj format in VS2017).

Other than tons of bug fixes and enhancements, we now offer the following additional features:

New Code Refactorings:

  • Generate getter

GenerateGetterAction

  • Convert loop to Linq expression

AutoLinqSumAction

  • Change access modifier

ChangeAccessModifierAction

New Code Fixes:

  • CS0168: The variable 'var' is declared but never used

CS0168LocalVariableNotUsedCodeFixProvider

Notable low-level changes:

  • xUnit instead of NUnit
  • .ConfigureAwait(false) everywhere