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.
Released: Jan 23, 2025
2024.3.4 中的更新
修补程序
- False positive 'Required member ... must be set in the object initializer' on generated files.
- Code cleanup processes incorrectly nullable context on new object creation.
- Testing Platform > Navigate to test does not work.
- Bug in the "Simplify with GetValueOrDefault" rule.
- Wrong suggestion for structs with primary constructor.
- Code analysis can't infer type arguments involving implicit casts, code compiles fine.
- Ref return with index array access reports incorrect "An expression cannot be...
Released: Dec 11, 2024
2024.3.2 中的更新
修补程序
- Analyzer: 'RedundantCollectionCreationInParamsProblemAnalyzer' threw the following exception: Object reference not set to an instance of an object.
- Fixed static interface cleanup regression.
- R# Reports: A constructor is not used but then reports an error once constructor is removed.
Released: Nov 13, 2024
2024.3 中的更新
特性
C# Support
- C# 13 updates - With its latest release, ReSharper introduces support for the latest features that come with C# 13, namely:
- New params collections: The params keyword has been expanded to work with various collection types, allowing for more efficient method signatures without additional allocations.
- Partial properties: Support has been added for partial properties, enabling you to spread property accessor implementations across multiple files, increasing flexibility and...
Released: Oct 24, 2024
2024.2.7 中的更新
特性
- Added new option for 'RSAT' to skip checking updates.
修补程序
- Fixed problem with significant slowdown of 'cleanupcode' cmdline tool.
Released: Sep 20, 2024
2024.2.5 中的更新
修补程序
- Razor Development: Basic symbol tooltip does not work.
- Fixed bug live\surrounding template statistics.
- ReSharper aggressively creates all editor margins, causing failures in deferred ones.
- Regression: Can't suppress PossibleMultipleEnumeration.
Released: Sep 9, 2024
2024.2.4 中的更新
修补程序
- Fixed bug where .NET products open authorization web page on VS startup.
Released: Aug 30, 2024
2024.2.3 中的更新
修补程序
- Fixed: Localization in AI: localize Options.
- Fixed: Out of memory exception in web installer when installing both ReSharper and Rider.
- Fixed: ReSharper constantly opens new authorization web pages.
- Fixed: Analyzer 'JetBrains.ReSharper.Daemon.CSharp.Stages.Analysis.InlineArrayConversionProblemAnalyzer' threw the following exception: 'Dump:JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ExpressionElement+MyCo...'.
- Fixed: Explicit tests are executing when running all tests.
- Fixed: VS is not...
Released: Aug 20, 2024
2024.2.1 中的更新
修补程序
- Breaking: incorrect errors for missing properties/methods.
- Wrong error "There is no target type for the collection expression" after upgrading to 2024.2.
Released: Aug 15, 2024
2024.2 中的更新
特性
Support for Microsoft .NET 9 Preview SDK
- This release comes with support for .NET 9 Preview SDK, including initial support for C# 13 features, such as the new escape character, a params modifier refactoring, and ref struct interfaces.
C# support
- With its latest release, ReSharper deepens support for C# 12 features, including primary constructors, enhanced collection expressions, and improved context actions for array creation and collection type conversions. This release also introduces...