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...
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...
Released: Aug 6, 2024
2024.1.5 での更新項目
不具合の修正
- Unable to debug tests (VS 2022 Version 17.11.0 Preview 3.0).
- Test debug broken for MSTest when it comes from Microsoft.VisualStudio.TestTools.UnitTesting reference.