Released: Dec 11, 2024
Updates in 2024.3.2
Fehlerkorrekturen
- 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
Updates in 2024.3
Funktionen
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
Updates in 2024.2.7
Funktionen
- Added new option for 'RSAT' to skip checking updates.
Fehlerkorrekturen
- Fixed problem with significant slowdown of 'cleanupcode' cmdline tool.
Released: Sep 20, 2024
Updates in 2024.2.5
Fehlerkorrekturen
- 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
Updates in 2024.2.4
Fehlerkorrekturen
- Fixed bug where .NET products open authorization web page on VS startup.
Released: Aug 30, 2024
Updates in 2024.2.3
Fehlerkorrekturen
- 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...
Released: Aug 20, 2024
Updates in 2024.2.1
Fehlerkorrekturen
- 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
Updates in 2024.2
Funktionen
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...
Released: Aug 6, 2024
Updates in 2024.1.5
Fehlerkorrekturen
- 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.
Released: Jun 24, 2024
Updates in 2024.1.4
Fehlerkorrekturen
- Fixed a StackOverflow exception on calling Find Usages or Go to Declaration features on strings from resources.
- Eliminated a code analysis error that occurred when referencing .NET Framework 4.8.1 in a .NET 8 project.