Released: Apr 27, 2026
Atualizações na 2026.1.1
Recursos
- XAML
- Avalonia: Added support for null conditional operator in bindings.
- Added support for Avalonia 12 bindings.
Correções
- Code Analysis - VB.NET
- Incorrectly flags GetType() call.
- Command Line Tools
- Running jb command tool causes multiple Roslyn exceptions.
- Crash
- "ExecuteIfAlive after termination of lifetime took too much time" Runtime error on closing Visual Studio.
- Licensing and Evaluation
- Error 403 requesting license server because of missing User-Agent header.
- Live Templates
Released: Mar 30, 2026
Atualizações na 2026.1
Recursos
Performance monitoring
- ReSharper 2026.1 introduces a new Monitoring tool window. This new dedicated tool window provides a clearer, more complete picture of runtime performance and offers automated issue detection to help you identify optimization opportunities.
- The Monitoring tool window lets you observe key runtime metrics of your application as it runs or during debugging. It builds on the capabilities already previously available through .NET profiling tools and Dynamic Program...
Released: Feb 19, 2026
Atualizações na 2025.3.3
Correções
- ReSharper not working with .slnx Solution and AdvancedInstaller Project.
- "CS1998" false-positive warning: "Async method lacks 'await' operators and will run synchronously".
- InitializeComponent being incorrectly flagged in MAUI projects.
- "Generate Partial" + "partial keyword completion" for event uses get/set instead of add/remove.
Released: Jan 29, 2026
Atualizações na 2025.3.2
Correções
- 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...
Released: Nov 27, 2025
Atualizações na 2025.3.0.3
Correções
- Extension methods from source-only NuGet packages are now recognized correctly in the editor and by InspectCode.
Released: Nov 20, 2025
Atualizações na 2025.3.0.2
Correções
- Visual Studio 2026 no longer displays the warning that ReSharper uses the deprecated IQuickInfoBroker API.
- Fixed an issue where MSTest v4 tests were duplicated in the Unit Test Explorer.
- Automatic import of missing namespaces now works correctly again.
- Fixed false positive analysis warnings for get-only setters in .NET projects.
- External services for grammar, spelling, and SQL analysis now start correctly when multiple Visual Studio instances are open simultaneously.
- Icons for context...
Released: Nov 13, 2025
Atualizações na 2025.3.0.1
Correções
- Agreement is unreadable (black background) with Dark Windows theme.
- Notification text for unaccepted language dictionary license is not stating the problem.
- Extension Members: Rename from usage fails.
Released: Nov 11, 2025
Atualizações na 2025.3
Recursos
Compatibility with Visual Studio 2026
- ReSharper 2025.3 has been extensively tested for compatibility with the Visual Studio 2026 Insiders preview and is expected to work smoothly with the final release. Full QA certification with the official Visual Studio 2026 build will follow shortly after its public availability.
- You may also notice that ReSharper in Visual Studio 2026 has a fresh new look. JetBrains have redesigned popups and drop-down menus, as well as several tool windows (such...
Released: Oct 28, 2025
Atualizações na 2025.2.4
Correções
- Several windows are Empty in ReSharper in-process mode.
- ReSharper license isn't automatically applied on every Visual Studio startup after migration to License Vault.
- When starting Visual Studio, need to manually refresh licenses for ReSharper to work.
- An exception on re-creating the completion lookup leads to broken completions and unstable typing in OOP mode.
- Visual Studio crash on exit: SolutionBuilderProjectsCollectionLineView.
Released: Oct 6, 2025
Atualizações na 2025.2.3
Correções
- A recent regression in License Vault authentication for .NET tools is fixed.
- InspectCode no longer hangs with the There are no reached sync points message. Command Line Tools now finish analysis as expected.