What’s New

Rider 2025.3.2

2025.3.2

Rider 2025.3.2 is out with the following changes: 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. More information in this blog post. Notable fixes:

  • Plugin suggestions based on project dependencies are shown again. [RIDER-134557]
  • Go to Implementation and Ctrl+Click navigation no longer scrolls the editor to an unexpected position after opening the target file. [RIDER-133722]
  • Remove (Ctrl+X) in the Find tool window now removes the selected entry from the results list again. [RIDER-132377]
  • InitializeComponent calls in .NET MAUI projects are no longer incorrectly flagged as errors by code analysis. [RSRP-502255]
  • .NET MAUI apps can now be deployed and run on physical Android devices when a RuntimeIdentifier is explicitly specified in the project file. [RIDER-133803]
  • 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. [RIDER-132476]
  • Hot Reload now works correctly in projects that use the C# interceptors feature. [RIDER-126990]
  • Hot Reload now works correctly for Blazor WebAssembly standalone projects targeting .NET 10. [RIDER-133277] To learn more about these and other notable fixes included in this build, please refer to this blog post For the complete list of issues resolved, please see our issue tracker.
View original