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

Release 1.2

Christoph Wille edited this page Aug 2, 2015 · 6 revisions

Version 1.2, 8/2/2015

Support for project.json-based projects via pull request

What's New in C#

  • Several bugfixes and improvements in existing analyzers/refactorings list
  • New analyzer: "Redundant explicit nullable type creation" - ported by @Kavignon

RedundantExplicitNullableCreationAnalyzer

What's New in VB

New refactorings:

  • "Invert If" (InvertIfCodeRefactoringProvider) - contributed by @ehasis

InvertIfCodeRefactoring