dotUltimate Releases

Released: Aug 15, 2024

Updates in 2024.2

Features

ReSharper

  • ReSharper 2024.2 introduces support for Microsoft .NET 9 Preview SDK, including an initial set of C# 13 features such as ref struct interface implementation, the new \e escape sequence, and a params modifier refactoring. C++ support now includes C++23 features, type layout information in tooltips, and improved Unreal Engine project support. This release also includes the first stage of localization for Chinese, Korean, and Japanese, asynchronous typing for better performance...

Released: Aug 6, 2024

Updates in 2024.1.5

Fixes

ReSharper

  • 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.

Rider

  • Markdown preview doesn't render image .net-regression.
  • Rider Crashes When Clicking Stop 'Project' After Debugging in Ubuntu 20.04.
  • DateTime/timestamp database columns are not parsed correctly.
  • Rider doesn't detect all bundled .NET SDKs in UE.
  • Blueprint usages are lost (UE 5.4).
  • New solution/project window does...

Released: Jun 24, 2024

Updates in 2024.1.4

Fixes

ReSharper

  • 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.

Rider

  • No more deadlocks in solutions with .editorconfig files.
  • Rider doesn't lose Blueprint usages in Unreal Engine solutions if changes are made to Blueprints.

Released: Jun 10, 2024

Updates in 2024.1.3

Features

ReSharper

  • 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.

Rider

  • New...

Released: May 7, 2024

Updates in 2024.1.2

Features

Rider

  • Enhanced navigation between ASP.NET MVC views and controllers.
  • New @rendermode directive argument inspections
    • New inspections in Rider 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

Updates in 2024.1.1

Fixes

Rider

  • The memory leak that caused Rider 2024.1 to freeze and underperform has been eliminated.
  • There are no more crashes on startup after updating to Rider 2024.1.
  • File templates and other IDE settings are now preserved after updating to the latest version of Rider.
  • Find in Files now works as intended when performing searches throughout the entire solution.
  • Rider is now once again able to run and debug local Azure functions with custom values specified in local.settings.json.
  • The Contact...

Released: Apr 9, 2024

Updates in 2024.1

Features

Rider

  • Rider 2024.1 offers a new feature to monitor your application's performance and gather key metrics, sticky lines to better understand where you are in your code and navigate more quickly through it, and the updated New Project dialog for faster and easier project configuration. This update assists you while debugging by providing the collections visualizer and displaying the stepping time between two breakpoints. Game developers can benefit from a new set of features for the...

Released: Mar 12, 2024

Updates in 2023.3.4

Fixes

Rider

  • EAP build expired error using JetBrains Gateway on Version: 2023.3.3 Build: 233.14015.60.
  • Remote Development - Cannot launch project in 2023.3.3: EAP build expired.
  • Syntax Coloring stops working (.net-regression).
  • Build not triggered when attempting to run unit tests with uncompilable code (.net-regression).
  • Rider 2023.3.x - Cannot run/debug Xamarin.Mac Apple macOS project (.net-regression).
  • StyleCop - not respecting ruleset (.net-regression).
  • Rider specific frontend plugins not...

Released: Jan 22, 2024

Updates in 2023.3.3

Fixes

ReSharper

  • 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

Updates in 2023.3.2

Fixes

ReSharper

  • 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...