dotUltimate 2025.1.4

Released: Jun 30, 2025

2025.1.4 버젼 업데이트

수정사항

Rider

  • Rename hangs forever without cancel option.
  • Gutter Icons not showing for Tests with TUnit 0.21.7 or later.
  • Backend functionality failure and missing highlights.
  • Rider link cannot be compiled with clang-cl.
  • Sticky selection not working with some editor actions.
  • JS function name auto-completion not working with Razor.
  • Rename file freezes Rider.
  • Edit run configuration: No projects to run.
  • Allow editing in debug mode stopped working for C++.
  • Regression: Context actions icon hides the checkbox for including a change in diff view.
  • Run/Debug Configurations: .env file changes not persisted when adding/removing sole entry.
  • Unsupported Blueprint LegacyFileVersion.
  • Stop index does not work on folders above the solution folder.
  • Index state incorrect: "Stop Index" requires two calls, resets after reopening Solution.

ReSharper

  • Code analysis provides incorrect results when using collection expressions.
  • 'ImmutableArray.Create' --> '[]' inspection should respect settings.
  • ReSharper Ultimate Stealing Ctrl+S Shortcut from File|Save.
  • Error 403 when using plugins with ReSharper Command Line Tools.
  • Incorrect suggestion to use collection expression for Array.Empty.
  • Copy to clipboard throws Exception when trying to access clipboard.
  • The "short survey" link from VS Options page cannot be opened.
  • Incorrect 'use collection expression' hint.
  • 'Learn more' button in Unity suggester adds DisabledSuggesters/=ReSharperUnityFeatureSuggester option, so suggester will not be shown on the next VS start.
  • Custom inspection cannot be applied to scope: "Object reference not set to an instance of an object".
  • No completion for shader at all.
  • 'Convert delegate variable into local function' inspection. False positive in Razor components.
  • Auto-property accessor is never used inspection. Can't handle Asp.net minimal API application properly.

ReSharper C++

  • Failed to GetCppType(). Object reference not set to an instance of an object.
  • Incorrect formatting of lambda braces.
  • Support wide char string literals in TODO explorer.
  • Data breakpoints displayed incorrectly.