dotUltimate 2025.3.2

Released: Jan 29, 2026

2025.3.2 での更新項目

機能

Rider

  • Agent Client Protocol (ACP) agent registry support - You can now browse and install ACP-compatible AI agents directly from a curated registry in the AI Chat tool window. ACP defines a standard protocol for AI coding agents, letting Rider connect to any compatible agent without custom integrations. Users can add agents from the registry and use them immediately in AI Chat.

不具合の修正

Rider

  • Plugin suggestions based on project dependencies are shown again.
  • Go to Implementation and Ctrl+Click navigation no longer scrolls the editor to an unexpected position after opening the target file.
  • Remove (Ctrl+X) in the Find tool window now removes the selected entry from the results list again.
  • InitializeComponent calls in .NET MAUI projects are no longer incorrectly flagged as errors by code analysis.
  • .NET MAUI apps can now be deployed and run on physical Android devices when a RuntimeIdentifier is explicitly specified in the project file.
  • Solutions with multi-targeted .NET projects (e.g. MAUI projects targeting both platform-specific and plain .NET frameworks) now build correctly from a clean state, including projects that reference them.
  • Hot Reload now works correctly in projects that use the C# interceptors feature.
  • Hot Reload now works correctly for Blazor WebAssembly standalone projects targeting .NET 10.
  • Unreal Engine code vision inlays are now vertically centered relative to the line they annotate, restoring correct alignment in the editor.
  • Solution-Wide Error Analysis now reuses precalculated diagnostics from document analysis, reducing update latency while typing.
  • The ConstantExpected inspection now respects the [ConstantExpected] attribute transitively and no longer raises warnings when values are passed through annotated parameters.
  • The OutParameterValuesAlwaysDiscarded inspection no longer reports false positives for out parameters used in C# 14 extension member syntax.
  • Recursive calls are now correctly indicated in the gutter for C# extension members.

ReSharper

  • InitializeComponent calls in .NET MAUI projects are no longer incorrectly flagged as errors by code analysis.
  • The ConstantExpected inspection now respects the [ConstantExpected] attribute transitively and no longer raises warnings when values are passed through annotated parameters.
  • The OutParameterValuesAlwaysDiscarded inspection no longer reports false positives for out parameters used in C# 14 extension member syntax.
  • Recursive calls are now correctly indicated in the gutter for C# extension members.
  • The bundled Unity plugin now works correctly in ReSharper Command Line Tools.
  • Fixed an issue that could prevent memory profiling from starting on systems where the Microsoft-Windows-RPC ETW provider is already in use (for example, by security software).