T
traeai
登录
返回首页
The JetBrains Blog

Rider 2026.2 早期访问计划开始,性能提升

5.5Score
Rider 2026.2 早期访问计划开始,性能提升

TL;DR · AI 摘要

JetBrains 发布 Rider 2026.2 早期访问版本,重点提升性能。

核心要点

  • Rider 2026.2 引入显著性能优化
  • 支持 .NET 8 和 C# 13 新特性
  • 改进代码导航与智能感知功能

结构提纲

按章节快速跳转。

  1. JetBrains 宣布 Rider 2026.2 早期访问计划启动。

  2. 新版本在构建速度和响应时间上进行了优化。

  3. 新增对 .NET 8 和 C# 13 的全面支持。

  4. 改进了代码导航、智能感知和调试功能。

思维导图

用一张图看清主题之间的关系。

查看大纲文本(无障碍 / 无 JS 友好)
  • Rider 2026.2 早期访问计划
    • 性能优化
      • 构建速度提升
      • 响应时间缩短
    • 新功能支持
      • .NET 8 支持
      • C# 13 支持
    • 开发体验增强
      • 代码导航改进
      • 智能感知优化

金句 / Highlights

值得收藏与分享的关键句。

#Rider#IDE
打开原文

Rider 2026.2 Early Access Program Begins With Performance Improvements | The .NET Tools Blog

[](https://blog.jetbrains.com/dotnet/2026/05/11/rider-2026-2-early-access-program/#)

Cookie Settings

Our website uses some cookies and records your IP address for the purposes of accessibility, security, and managing your access to the telecommunication network. You can disable data collection and cookies by changing your browser settings, but it may affect how this website functions. Learn more

With your consent, JetBrains may also use cookies and your IP address to collect individual statistics and provide you with personalized offers and ads subject to the Privacy Notice and the Terms of Use. JetBrains may use third-party services for this purpose. You can adjust or withdraw your consent at any time by visiting the Opt-Out.

Accept All Manage Settings

[![Image 2](https://blog.jetbrains.com/wp-content/uploads/2024/06/JETBRAINS-Blog.svg)](https://blog.jetbrains.com/)Skip to content

Burger menu icon

  • #### IDEs
  • [CLion](https://blog.jetbrains.com/clion/ "CLion Blog")
  • [DataGrip](https://blog.jetbrains.com/datagrip/ "DataGrip Blog")
  • DataSpell
  • [GoLand](https://blog.jetbrains.com/go/ "GoLand Blog")
  • [IntelliJ IDEA](https://blog.jetbrains.com/idea/ "IntelliJ IDEA Blog")
  • [PhpStorm](https://blog.jetbrains.com/phpstorm/ "PhpStorm Blog")
  • [PyCharm](https://blog.jetbrains.com/pycharm/ "PyCharm Blog")
  • RustRover
  • [Rider](https://blog.jetbrains.com/dotnet/tag/rider/ "Rider Blog")
  • [RubyMine](https://blog.jetbrains.com/ruby/ "RubyMine Blog")
  • [WebStorm](https://blog.jetbrains.com/webstorm/ "WebStorm Blog")
  • #### Plugins & Services
  • #### Team Tools
  • #### .NET & Visual Studio
  • [.NET Tools](https://blog.jetbrains.com/dotnet/ ".NET Tools")
  • [ReSharper C++](https://blog.jetbrains.com/rscpp/ "ReSharper C++ Blog")
  • #### Languages & Frameworks
  • [Kotlin](https://blog.jetbrains.com/kotlin/ "Kotlin Blog")
  • Ktor
  • [MPS](https://blog.jetbrains.com/mps/ "MPS Blog")
  • Amper
  • #### Education & Research
  • #### Company

![Image 3: Dotnet logo ## .NET Tools](https://blog.jetbrains.com/dotnet/) Essential productivity kit for .NET and game developers

Follow

Get Tools

.NET ToolsReleasesRider

Rider 2026.2 Early Access Program Begins With Performance Improvements

Image 4: Sasha Ivanova

Sasha Ivanova

May 11, 2026

The Early Access Program (EAP) for Rider 2026.2 is now open, and the first preview build for the upcoming major release is already out.

There are several ways for you to get your hands on the first preview build:

Download Rider 2026.2 EAP 1

A reminder of what the EAP is all about Copy heading link

The Early Access Program is a long-standing tradition that gives our users early access to the new features we’re preparing. By participating, you get a first look at what’s coming and a chance to help shape the final release through your feedback.

EAP builds are free to use, though they may be less stable than the final release versions. You can learn more about the EAP and why you might want to participate here.

And now on to Rider 2026.2 EAP 1 release highlights.

Major Roslyn performance improvements with faster branch switching Copy heading link

Rider 2026.2 EAP 1 introduces a significant round of performance improvements for Roslyn integration, with a focus on one of the most painful scenarios in large solutions: switching branches.

Branch switching is one of those everyday actions that should feel uneventful. You change branches, Rider updates the solution model, Roslyn catches up, and you keep working. But in large solutions, especially those with many projects or target frameworks, this process could become noticeably slow. In some cases, it could also cause freezes or Roslyn crashes.

Rider 2026.2 EAP 1 addresses this with a set of targeted improvements to how Rider communicates project model changes to Roslyn. We’ve reduced the number of requests, added batching, cut down the amount of transferred data, and fixed a hang caused by passing non-existent files to Roslyn.

The result is a much smoother experience when switching branches, especially in large or complex solutions. In typical large-project scenarios, branch switching is now 2–3x faster.

In some of the worst cases we tested, the improvement is much more dramatic. One BenchmarkDotNet scenario (~25 projects included) improved from 8 minutes to 5 seconds, making branch switching in that case nearly 100x faster.

This work also fixes a number of Roslyn-related issues around project references, .editorconfig handling, available analyzers, and target framework changes.

Game dev goodness Copy heading link

Unity Copy heading link

For Unity developers, we’ve significantly reworked how Rider handles asmdef references. This should improve how Rider understands Unity projects that use assembly definition files and make project model updates more reliable.

Godot Copy heading link

Rider 2026.2 EAP 1 brings a set of fixes and quality improvements for GDScript support, addressing several issues that could make the editing experience less smooth than expected.

Spellchecking is now available in GDScript files, helping you catch typos directly in the editor.

Azure Functions support is moving into Rider Copy heading link

We’re migrating Azure Functions features for local development from the separate Azure Toolkit plugin into JetBrains Rider itself.

This means you’ll be able to develop Azure Functions locally without installing any additional plugins. Most of the existing functionality has already been moved, including project and trigger creation, running, debugging, Azurite integration, and more. A few smaller features are still pending and will be added in upcoming EAP builds.

We’ve also added the ability to create an Azure Functions trigger from the project creation dialog. In addition, Azure Functions projects can now be debugged inside a Docker container. Previously, this Docker debugging workflow was available only for regular .NET projects.

Aspire improvements Copy heading link

Rider 2026.2 EAP 1 also includes several updates for Aspire.

We now support file-based AppHosts for Aspire projects. Dev certificate validation for Aspire apps has also been improved.

There are also improvements to how AppHost.cs is displayed in the editor. Rider now shows the status of each resource, such as whether it’s running or stopped, and lets you execute resource commands directly from the gutter.

  • * *

For the full list of changes included in this build, please see our release notes.

We encourage you to download the EAP build, give these new features a try, and share your feedback. The Early Access Program is a collaborative effort, and your input plays a vital role in making Rider the best it can be.

Download Rider 2026.2 EAP 1

Thank you for being part of our EAP community, and we look forward to hearing what you think!

.NET AspireAspireazureazure functionsEAPRiderRoslyn

_Prev post_ Webinar – OSS Power-Ups: XenoAtom.Terminal.UIThe ReSharper 2026.2 Early Access Program Begins: Bringing More AI Agents into Visual Studio _Next post_

Image 5

AI 可能会生成不准确的信息,请核实重要内容

Rider 2026.2 早期访问计划开始,性能提升 | The JetBrains Blog | traeai