ReSharper 新版本發表
Released: Oct 6, 2025
2025.2.3 中的更新
修補程式
- 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.
Released: Sep 4, 2025
2025.2.1 中的更新
特性
- Unity support now included in ReSharper's Command Line Tools - Starting with this update, you can now take advantage of ReSharper's Unity-specific inspections and cleanup rules not only in the IDE, but also when running Command Line Tools such as inspectcode and cleanupcode. Unity support is now part of the CLT package, ensuring consistency between what you see in the IDE and what runs in your CI/CD pipelines.
修補程式
- ReSharper C++ now operates in Out-of-Process (OOP) mode when installed by...
Released: Aug 14, 2025
2025.2 中的更新
特性
Performance
- Out-of-Process mode (Public Preview) - ReSharper 2025.2 is the first stable release to include support for running ReSharper out of process (OOP) with Microsoft Visual Studio.
- Instant navigation at startup - With ReSharper 2025.2, you can use Ctrl+T to start navigating to files immediately after opening a solution - no need to wait for full indexing.
- Razor/Blazor processing tuning - Reduced memory overhead and eliminated redundant processing for include files like _ViewImports and...
Released: Jun 30, 2025
2025.1.4 中的更新
修補程式
- Code analysis provides incorrect results when using collection expressions.
- 'ImmutableArray.Create' --> '[]' inspection should respect settings.
- ReSharper Ultimate Stealing Ctrl+S Shortcut from File|Save.
- Error 403 when using plugins with ReSharper Command Line Tools.
- Incorrect suggestion to use collection expression for Array.Empty.
- Copy to clipboard throws Exception when trying to access clipboard.
- The "short survey" link from VS Options page cannot be opened.
- Incorrect 'use collection...
Released: Jun 12, 2025
2025.1.3 中的更新
特性
- You can now edit and format SQL and NoSQL queries directly in ReSharper with smart features like code completion, inspections, and live templates. Supported dialects include MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, Cassandra, and more.
Released: May 8, 2025
2025.1.2 中的更新
修補程式
- ReSharper now correctly detects that values supplied from query strings in .NET 8 satisfy property usage.
- ReSharper's ability to provide code completion for .shader files has been restored.
- Linkage entity creation by ReSharper C++ for typedef-declarators with uint8_t types has been fixed.
Released: Apr 28, 2025
2025.1.1 中的更新
修補程式
- Copying a tab in dotTrace Viewer now correctly clones the tab along with its selected filters.
Released: Apr 16, 2025
2025.1 中的更新
特性
C# Support
- .NET 10 Preview and C# 14 support
- ReSharper 2025.1 delivers initial support for .NET 10 and C# 14 preview features.
- nameof of unbound generic types
- Previously, using nameof required specifying all type arguments, causing unnecessary verbosity. C# 14 allows nameof(List<>) without explicitly listing type arguments. ReSharper now detects redundant generic type arguments in nameof expressions and provides a quick-fix to simplify them.
- First-class Span<T> conversions
Released: Apr 3, 2025
2024.3.7 中的更新
修補程式
- Updating to xunit.v3 2.0.0 results in MethodNotFoundException.
Released: Feb 28, 2025
2024.3.6 中的更新
修補程式
- This build contains a fix for an issue where xUnit v3 tests resulted in 'Inconclusive: Test has not run' when executed in under .NET Framework.