ReSharper Releases

Released: Apr 5, 2023

Updates in 2023.1.x

2023.1.2

Updated May 17, 2023

Fixes

  • ReSharper and Visual Studio would crash if there was a $ symbol before a string.
  • The Convert To List Pattern quick-fix broke code that dealt with arrays.

2023.1.1

Updated Apr 27, 2023

Fixes

  • A bug causing ReSharper's code inspection to incorrectly interpret null-coalescing operators, falsely claiming that the left side of the operation can never be null.
  • An error causing ReSharper to display the loading status symbol for unit tests that have already been run.
  • A...

Released: Dec 7, 2022

Updates in 2022.3.x

2022.3.3

Updated Mar 22, 2023

Fixes

  • Resolved the issue preventing ReSharper from being installed in Visual Studio versions 11, 12, or 14 when no other versions of Visual Studio are installed on the computer.

2022.3.2

Updated Jan 27, 2023

Features

  • You can now more precisely adjust which Microsoft Visual Studio features to disable in the editor, like squiggles or health indicators.

Fixes

  • Fixed the false-positive errors for BigInteger operators in .NET 7.
  • Fixed the crash in ASP.NET Core projects...

Released: Aug 2, 2022

Updates in 2022.2.x

2022.2.4

Updated Nov 8, 2022

Features

  • Improved typing performance when using ReSharper C++ IntelliSense.

Fixes

  • Fixed the CVE 2022-41032 vulnerability Microsoft recently uncovered in .NET 7.0.0-rc.1, .NET 6.0, .NET Core 3.1, and NuGet clients (NuGet.exe, NuGet.Commands, NuGet.CommandLine, NuGet.Protocol).
  • Fixed an error that was preventing ReSharper from executing the Go to Symbol action.
  • Fixed an error causing ReSharper to crash the File Structure window within Visual Studio...

Released: Apr 19, 2022

Updates in 2022.1.x

2022.1.2

Updated Jun 3, 2022

Fixes

  • Fixed the Ctrl+. hotkey for Visual Studio’s Show smart tag action, which had been affected by the previous version of ReSharper.
  • Updated ReSharper’s initial event buffer size in Visual Studio 2022, which helped get rid of some small hangs when canceling the build process.

2022.1.1

Updated Apr 29, 2022

Fixes

  • Fixed the Stack Trace Explorer that had difficulty working with multitarget projects.
  • Fixed an error that emerged when the test method’s name is set to the...

Released: Dec 8, 2021

Updates in 2021.3.x

2021.3.4

Updated Mar 30, 2022

Fixes

  • Fixed an issue with integration when using Visual Studio 2022 version 17.2 Preview 2.0.

2021.3.3

Updated Jan 31, 2022

Fixes

  • Fixed the issue in code cleanup that was causing corrupted files in shared projects.
  • Fixed the TeamCity plugin settings: TFS is now available again.
  • Implented support for the csharp_style_namespace_declarations option from EditorConfig.
  • Fixed the errors that occurred while executing a parameterized test fixture.
  • Fixed the issue with...

Released: Aug 3, 2021

Updates in 2021.2.x

2021.2.2

Updated Oct 13, 2021

Fixes

  • Brought back compatibility of JetBrains.ReSharper.GlobalTools package with Microsoft .NET Core 3.1.
  • Fixed a number of issues in support for C# 10 constant interpolated strings.
  • Fixed the false positive errors in Blazor projects on built-in attributes.
  • Fixed the issue that caused ReSharper to use the wrong version of the MSBuild.
  • Fixed yet another case of the ? operator being treated incorrectly.

2021.2.1

Updated Aug 27, 2021

Fixes

  • No more errors on an Average...

Released: Apr 8, 2021

Updates in 2021.1.x

2021.1.5

Updated Jul 22, 2021

Fixes

  • Fixed issue with empty spaces instead of inlay hints and other glitches in Visual Studio 16.10.3.

2021.1.4

Updated Jul 14, 2021

Features

  • ReSharper C++
    • Now works with Unreal Engine 5 from both the Unreal launcher and GitHub sources.

Fixes

  • ReSharper
    • Fixed the false positive warning in NRT analysis caused by explicitly switching to pessimistic mode.
    • Fixed the issue that caused generated files to be rendered empty in some cases.

2021.1.3

Updated May 26, 2021

Fixes...

Released: Dec 14, 2020

Updates in 2020.3.x

2020.3.3

Updated Feb 22, 2021

Fixes

  • Eliminated errors in handling partial methods with generics and one more StackOverflow exception.
  • Fixed a couple of performance issues.
  • No more false positive ‘not found’ highlighting on resources from MergedDictionaries in Xamarin.Forms.

2020.3.1

Updated Dec 24, 2020

Fixes

  • Fixed the issues with spaces being added instead of a virtual indent.
  • Fixed the incorrect ‘Parameter type can be IEnumerable<>’ suggestion for records.
  • Fixed Tab behavior.
  • Fixed the...

Released: Aug 13, 2020

Updates in 2020.2.x

2020.2.4

Updated Oct 1, 2020

Fixes

  • Fixed restoring unit test sessions with continuous testing: they now persist through reopening the solution.

2020.2.3

Updated Sep 18, 2020

Features

  • Improved precision control over which Microsoft Visual Studio actions can be overridden by ReSharper in the Commands page.

Fixes

  • ReSharper no longer freezes Microsoft Visual Studio when the Favorite Documents extension is installed.

2020.2.2

Updated Sep 10, 2020

Fixes

  • Fixed a couple of false positives in nullable...

Released: Jul 9, 2020

Updates in 2020.1.4

Features

  • Added the ability to mark property accessors separately with Obsolete and Deprecated attributes.