ReSharper Releases

Released: Feb 12, 2020

Updates in 2019.3.2

Funktionen

  • ReSharper’s Unit Test runner can now discover NUnit parameterized tests after updating the NUnit3TestAdapter package to version 3.16.
  • The Localization Manager has been refined:
    • There are new toggles, “Show Only Localizable String Resources” and “Order by Resource File Path“.
    • Better handling for non-string resources.
    • States of all checkboxes and toggles are persisted on reopening the Localization Manager tool-window.
    • Adding new cultures is much easier now, thanks to code completion...

Released: Dec 20, 2019

Updates in 2019.3.1

Fehlerkorrekturen

  • Code completion popup behavior fixed.
  • Typing performance improved.
  • The “Heuristically unreachable code” and “Expression is always false” warnings are no longer triggered falsely in code analysis.
  • No more unresolved symbols in a .NET Core 3.1 application if it references a .NET Framework 4.8 project.
  • Code Cleanup works well again when the “Update File Header“ checkbox is enabled in the active profile.

Released: Dec 11, 2019

Updates in 2019.3

Funktionen

  • Localization Manager - The brand new Localization Manager helps you work more efficiently with .resx files in your solution. It shows everything you have in your .resx files in a single grid, so you can observe the current state of the application or website localization and quickly find any missing resource values in any culture.
  • Even Better C# 8 support - The new ReSharper release handles C# 8 even better. It now includes:
    • A better understanding of Nullable Reference types including...

Released: Oct 18, 2019

Updates in 2019.2.3

Fehlerkorrekturen

  • Lots of fixes related to the MSBuild-based project model.
  • “Override” code completion no longer touches members above the completed element.
  • Typing a single quote in code comments no longer inserts a pair of single quotes.

Released: Aug 8, 2019

Updates in 2019.2

Funktionen

Enhanced C# support

Take full advantage of C# 8 with ReSharper’s enhanced support:

  • Supports the latest changes in indices and ranges such as indexable and rangeable types.
  • The context action Add range check now supports indexing by System.Index/System.Range and produces correct checks.
  • Supports unmanaged generic structs.
  • Two new inspections, ‘Convert switch statement to switch expression' and 'Convert chain of ternary expressions to switch expression', with a corresponding ‘Convert to...

Released: Apr 30, 2019

Updates in 2019.1

Funktionen

Initial C# 8 support

  • Most new language features are already supported, including:
    • Ranges and index from end expressions
    • Null-coalescing assignment
    • Switch expressions
    • Tuple expression in a switch statement
    • Static local functions
    • Async streams
    • Nullable reference types
    • Recursive patterns
    • Using declarations
  • Typing assists for nullability annotations have been enhanced to support the features from the latest language version.

Support for Visual Studio 2019 RTM

  • ReSharper 2019.1 supports the...

Released: Mar 5, 2019

Updates in 2018.3.4

Fehlerkorrekturen

  • Both ReSharper and Visual Studio code completion popups appeared at the same time.
  • The “New project” wizard was broken.

Released: Dec 18, 2018

Updates in 2018.3

Funktionen

  • Inline parameter name hints for C# and VB.NET - This release adds parameter name hints to the code editor to make C# and VB.NET code more readable. When a literal is used in a method call ReSharper annotates it with the name of the parameter, making it much easier to understand what value it represents.
  • Visual Studio 2019 Preview 1 support - ReSharper now has early support for Visual Studio 2019 and can be integrated into Visual Studio 2019 Preview 1 build.
  • Auto-detection of formatter...

Released: Aug 21, 2018

Updates in 2018.2

Funktionen

  • Performance improvements - 30 performance fixes across different parts of ReSharper, from speeding up EditorConfig support to decreasing solution loading times.
  • Integrated spell checking with ReSpeller
    • Scans for spelling mistakes and typos in identifiers, comments, string literals, and more, and provides quick-fixes to resolve each detected problem.
    • Comes with a built-in dictionary for English (United States). It uses a dictionary based on Hunspell, which means you can install...

Released: Apr 19, 2018

Updates in 2018.1

Funktionen

  • Full understanding of C# 7.2 - ReSharper gets the following missing pieces to complete the puzzle:
    • non-trailing named arguments
    • private protected access modifier
    • leading underscores in numeric literals
    • in parameter
    • ref readonly returns and locals
    • readonly struct type
    • ref struct type
    • conditional ref operator
  • Navigation improvements
    • Go to File Member has a new grouping for better presentation of more than one class in a single file, and members are now sorted as they are declared in the...