Lancements de ReSharper

Released: Sep 20, 2024

Mises à jour de 2024.2.5

Correctifs

  • Razor Development: Basic symbol tooltip does not work.
  • Fixed bug live\surrounding template statistics.
  • ReSharper aggressively creates all editor margins, causing failures in deferred ones.
  • Regression: Can't suppress PossibleMultipleEnumeration.

Released: Sep 9, 2024

Mises à jour de 2024.2.4

Correctifs

  • Fixed bug where .NET products open authorization web page on VS startup.

Released: Aug 30, 2024

Mises à jour de 2024.2.3

Correctifs

  • Fixed: Localization in AI: localize Options.
  • Fixed: Out of memory exception in web installer when installing both ReSharper and Rider.
  • Fixed: ReSharper constantly opens new authorization web pages.
  • Fixed: Analyzer 'JetBrains.ReSharper.Daemon.CSharp.Stages.Analysis.InlineArrayConversionProblemAnalyzer' threw the following exception: 'Dump:JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ExpressionElement+MyCo...'.
  • Fixed: Explicit tests are executing when running all tests.
  • Fixed: VS is not...

Released: Aug 20, 2024

Mises à jour de 2024.2.1

Correctifs

  • Breaking: incorrect errors for missing properties/methods.
  • Wrong error "There is no target type for the collection expression" after upgrading to 2024.2.

Released: Aug 15, 2024

Mises à jour de 2024.2

Fonctionnalités

Support for Microsoft .NET 9 Preview SDK

  • This release comes with support for .NET 9 Preview SDK, including initial support for C# 13 features, such as the new escape character, a params modifier refactoring, and ref struct interfaces.

C# support

  • With its latest release, ReSharper deepens support for C# 12 features, including primary constructors, enhanced collection expressions, and improved context actions for array creation and collection type conversions. This release also...

Released: Aug 6, 2024

Mises à jour de 2024.1.5

Correctifs

  • Unable to debug tests (VS 2022 Version 17.11.0 Preview 3.0).
  • Test debug broken for MSTest when it comes from Microsoft.VisualStudio.TestTools.UnitTesting reference.

Released: Jun 24, 2024

Mises à jour de 2024.1.4

Correctifs

  • Fixed a StackOverflow exception on calling Find Usages or Go to Declaration features on strings from resources.
  • Eliminated a code analysis error that occurred when referencing .NET Framework 4.8.1 in a .NET 8 project.

Released: Jun 10, 2024

Mises à jour de 2024.1.3

Fonctionnalités

  • New inspection for unawaited calls to PartialAsync in Razor - When developing Razor views, it is common to overlook async method calls that require the await keyword. While your code may compile, forgetting the await keyword means ASP.NET will not execute the view and will not write the intended HTML to the response. ReSharper will now warn you when a PartialAsync call is missing an await, helping you side-step the frustrating issue of broken view rendering.

Released: May 7, 2024

Mises à jour de 2024.1.2

Fonctionnalités

  • Enhanced navigation between ASP.NET MVC views and controllers.
  • New @rendermode directive argument inspections
    • New inspections in ReSharper are designed to enforce the use of static members and correctly formed expressions with the @rendermode directive.
      • It is surprisingly easy to inadvertently introduce mistakes in how render modes are specified. For example, a developer might mistakenly pass a dynamic or instance-based expression that does not resolve to a static...

Released: Apr 17, 2024

Mises à jour de 2024.1.1

Correctifs

  • Fixed the issue where errors related to the [Experimental] attribute persisted even when <nowarn> is specified in the .csproj file.