ReSharper のリリース

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...

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
    • C...

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.

Released: Feb 7, 2025

2024.3.5 での更新項目

不具合の修正

  • You can now run xUnit v3 tests under the .NET Framework in the Test Explorer without any issues.
  • The Test Runner now handles large test suites seamlessly, allowing you to execute them without interruptions or performance concerns.