ReSharper 2025.1: Initial C# 14 Support, Performance Updates, and Comprehensive Quality-of-Life Enhancements

ReSharper 2025.1 is here, and it’s packed with updates that further improve productivity and performance for .NET and C++ developers alike. 

This release offers a host of quality-of-life enhancements, smarter inspections, and integrations that streamline your development workflow across your IDE and beyond.

<div class="buttons">
    <div class="buttons__row">
                                            <a href="https://www.jetbrains.com/resharper/download/" class="btn" target="_blank" rel="noopener">Download ReSharper 2025.1 </a>
                                                </div>
</div>

Improved C# assistance across the board

ReSharper 2025.1 supports initial .NET 10 and C# 14 preview features, helping you stay ahead of the curve with the latest language enhancements.

<div class="slider slider-full">
                                    <div class="slider__slide">
                <a href="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-span-type-conversion-1.png">
                    <img decoding="async" src="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-span-type-conversion-1.png" alt="">
                </a>
            </div>
                                                <div class="slider__slide">
                <a href="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-redundant-type-arguments-in-nameof-inspection-and-quick-fix-1.gif">
                    <img decoding="async" src="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-redundant-type-arguments-in-nameof-inspection-and-quick-fix-1.gif" alt="">
                </a>
            </div>
                                                <div class="slider__slide">
                <a href="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-redundant-lambda-parameters-inspection-and-quick-fix-2.gif">
                    <img decoding="async" src="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-redundant-lambda-parameters-inspection-and-quick-fix-2.gif" alt="">
                </a>
            </div>
                    </div>

In addition to our support for C# 14 features, this release also brings several new inspections targeting common pitfalls and inefficiencies across different C# versions:

<div class="slider slider-full">
                                    <div class="slider__slide">
                <a href="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-duplicated-statements-in-conditional-branches-inspection-and-quick-fix.png">
                    <img decoding="async" src="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-duplicated-statements-in-conditional-branches-inspection-and-quick-fix.png" alt="">
                </a>
            </div>
                                                <div class="slider__slide">
                <a href="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-convert-interpolation-to-concatenation-context-action-1.gif">
                    <img decoding="async" src="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-convert-interpolation-to-concatenation-context-action-1.gif" alt="">
                </a>
            </div>
                                                <div class="slider__slide">
                <a href="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-inexact-stream-reads-inspection-and-quick-fix.gif">
                    <img decoding="async" src="https://blog.jetbrains.com/wp-content/uploads/2025/04/vs-light-inexact-stream-reads-inspection-and-quick-fix.gif" alt="">
                </a>
            </div>
                    </div>

We’ve described all of our latest C# code analysis updates in detail in this blog post.

Refactoring, formatting, and code style enhancements

This release adds some practical updates to how you refactor and format code, with new actions that reduce manual cleanup and help keep your style consistent:

C++ support

For ReSharper 2025.1, we’ve included a whole host of improvements to C++ support. We’ve briefly listed some of them below:

Visit our What’s New in ReSharper C++ page to learn more about these updates.

Game development with ReSharper

ReSharper 2025.1 comes with a bundled Unity plugin that supports all major game development workflows. The plugin provides valuable features such as code completion for Unity event functions and APIs, tooltip summaries with links to Unity documentation, and specialized inspections to detect common pitfalls.

<div class="slider slider-full">
                                    <div class="slider__slide">
                <a href="https://blog.jetbrains.com/wp-content/uploads/2025/04/resharper-colour-hgihlights-light.png">
                    <img decoding="async" src="https://blog.jetbrains.com/wp-content/uploads/2025/04/resharper-colour-hgihlights-light.png" alt="">
                </a>
            </div>
                                                <div class="slider__slide">
                <a href="https://blog.jetbrains.com/wp-content/uploads/2025/04/resharper-shader-keywords-light.png">
                    <img decoding="async" src="https://blog.jetbrains.com/wp-content/uploads/2025/04/resharper-shader-keywords-light.png" alt="">
                </a>
            </div>
                                                <div class="slider__slide">
                <a href="https://blog.jetbrains.com/wp-content/uploads/2025/04/resharper-shader-rename-light.png">
                    <img decoding="async" src="https://blog.jetbrains.com/wp-content/uploads/2025/04/resharper-shader-rename-light.png" alt="">
                </a>
            </div>
                    </div>

User experience updates

ReSharper 2025.1 isn’t just about bringing in new features but also refining the features you’re used to for an overall better experience. Here is what we’ve improved and refined.

Performance updates

The Qodana Team Code Quality extension 

Qodana is a code quality tool for your whole team that leverages JetBrains inspections to help teams run checks and audits and establish quality gates in their favorite CI/CD pipeline. With this update, you can download the Qodana Team Code Quality extension via your ReSharper installer to bring Qodana Cloud or self-hosted Qodana projects into Visual Studio.

<div class="slider slider-full">
                                    <div class="slider__slide">
                <a href="https://blog.jetbrains.com/wp-content/uploads/2025/04/image-24.png">
                    <img decoding="async" src="https://blog.jetbrains.com/wp-content/uploads/2025/04/image-24.png" alt="">
                </a>
            </div>
                                                <div class="slider__slide">
                <a href="https://blog.jetbrains.com/wp-content/uploads/2025/04/image-25.png">
                    <img decoding="async" src="https://blog.jetbrains.com/wp-content/uploads/2025/04/image-25.png" alt="">
                </a>
            </div>
                                            </div>

Identify code issues, bugs, and vulnerabilities, run the analyses directly in your pipeline, and then view issues directly in your IDE for better contextual updates and learning. You also have the option to download it as a standalone tool using the ReSharper installer.

.NET Tools updates

Tell us what you think

As always, you will find the entire overview of enhancements included in the release on the What’s New in ReSharper 2025.1 page, the release notes, and the full list of resolved issues on our issue tracker.

<div class="buttons">
    <div class="buttons__row">
                                            <a href="https://www.jetbrains.com/resharper/download/" class="btn" target="_blank" rel="noopener">Download ReSharper 2025.1</a>
                                                </div>
</div>


You may also be interested in checking out the blog posts about the latest updates to Rider and .NET Tools.

It’s still not too late to share your feedback on the newest features! Our developers are still putting the final touches on the upcoming release. Tell us what you think in the comments below or by reaching out to us on X.