Rilasci di ReSharper

Released: Apr 9, 2024

Aggiornamenti in 2024.1

Funzionalità

C# Support

  • More conversions to collection expressions - You will now get suggestions to convert more code constructions in your source code to collection expressions from C# 12, such as an empty array or the ImmutableArray declaration and initialization.
  • Collection was modified analysis - Added the new Possible 'System.InvalidOperationException: Collection was modified' inspection, which will warn you when a collection was modified while iterating inside foreach loops, since this...

Released: Mar 12, 2024

Aggiornamenti in 2023.3.4

Correzioni

  • Microsoft Visual Studio version 17.9 and 17.10 Preview: ReSharper No Longer Resolves External Symbols.
  • "Usage of navigational property can return incomplete data" is sometimes shown when owned entities are used.
  • False "Possible performance issues caused by unlimited string length" on owned entity.
  • Visual Studio 2017 freezes when ReSharper AI completion is enabled.

Released: Jan 22, 2024

Aggiornamenti in 2023.3.3

Correzioni

  • Rename works correctly for references between files in ReSharper 2023.3.
  • Using the search bar in ReSharper's Options no longer causes Visual Studio to freeze on Windows Server 2016.
  • Abbreviations are no longer falsely flagged as spelling mistakes.
  • String length checks for Entity Framework entities no longer generate incorrect hints when MaxLength is set by static and constant values.
  • Primary constructor attribute inheritance no longer triggers false positive warnings.
  • ReSharper's...

Released: Dec 20, 2023

Aggiornamenti in 2023.3.2

Correzioni

  • Resolved several erroneous behaviors involving solution-wide analysis. SWEA no longer causes IDE freezes, and inaccurate warnings don't appear for Razor files.
  • The Hides primary constructor parameter warning now only applies to captured primary constructor parameters.
  • Primary constructor refactorings now work correctly.
  • Clicking on the DataTip icon for record type variables during debugging now results in ReSharper displaying all relevant properties and methods.
  • Eliminated the bug...

Released: Dec 12, 2023

Aggiornamenti in 2023.3.1

Correzioni

  • ReSharper 2023.3 can once again be installed using the web dotUltimate installer.
  • Native symbol resolution being enabled in dotTrace no longer causes disturbances and crashes when snapshots are taken.

Released: Dec 6, 2023

Aggiornamenti in 2023.3

Funzionalità

AI Assistant is out of preview [General Availability]

  • JetBrains AI Assistant is now generally available with a number of new and improved features to increase your productivity. The latest set of improvements for ReSharper includes:
    • Context-aware AI chat.
    • Better project awareness for AI Actions.
    • AI-powered multiline code completion.
    • Unit test generation.
    • XML documentation generation.
    • Ability to create a library of custom prompts.
  • You can use AI Assistant in ReSharper as a...

Released: Nov 3, 2023

Aggiornamenti in 2023.2.3

Correzioni

  • The previously insufficient timeout period has been extended to allow for Microsoft Visual Studio to update its configuration after ReSharper's installation is completed.
  • Visual Studio 2022 running on ARM64 processors no longer crashes during the typing of C# code with ReSharper is enabled.

Released: Sep 26, 2023

Aggiornamenti in 2023.2.2

Correzioni

  • ReSharper no longer generates critical failure errors due to a StackOverflowException being thrown during code analysis of the ConditionalTernary operator.
  • The debugger no longer throws the System.InvalidOperationException when ReSharper is enabled in Visual Studio.
  • Code analysis now correctly processes the replacement of tag helpers in _ViewImports.cshtml.
  • Correct file layout is maintained for files containing custom HasAttribute tags.

Released: Aug 24, 2023

Aggiornamenti in 2023.2.1

Correzioni

  • ReSharper no longer reports false-positive inspections when performing code analysis on Razor/Blazor web applications.
  • Implementing code analysis on ASP.NET web applications no longer makes ReSharper unresponsive.

Released: Aug 2, 2023

Aggiornamenti in 2023.2

Funzionalità

Key updates

  • Improved C# support - This release brings new code inspections and quick-fixes for working with raw string literals and local functions, as well as for handling common Microsoft Entity Framework issues and redundant nullable directives. Early support for C# 12 covers primary constructors and lambda expressions with optional parameters. ReSharper's support for discards and disposable resources has also been improved and new inline and interline hints have been added...