ReSharper のリリース
Released: Nov 3, 2023
2023.2.3 での更新項目
不具合の修正
- The previously insufficient timeout period has been extended to allow for Microsoft Visual Studio to update its configuration after ReSharper's installation is completed.
- Visual Studio 2022 running on ARM64 processors no longer crashes during the typing of C# code with ReSharper is enabled.
Released: Sep 26, 2023
2023.2.2 での更新項目
不具合の修正
- ReSharper no longer generates critical failure errors due to a StackOverflowException being thrown during code analysis of the ConditionalTernary operator.
- The debugger no longer throws the System.InvalidOperationException when ReSharper is enabled in Visual Studio.
- Code analysis now correctly processes the replacement of tag helpers in _ViewImports.cshtml.
- Correct file layout is maintained for files containing custom HasAttribute tags.
Released: Aug 24, 2023
2023.2.1 での更新項目
不具合の修正
- ReSharper no longer reports false-positive inspections when performing code analysis on Razor/Blazor web applications.
- Implementing code analysis on ASP.NET web applications no longer makes ReSharper unresponsive.
Released: Aug 2, 2023
2023.2 での更新項目
機能
Key updates
- Improved C# support - This release brings new code inspections and quick-fixes for working with raw string literals and local functions, as well as for handling common Microsoft Entity Framework issues and redundant nullable directives. Early support for C# 12 covers primary constructors and lambda expressions with optional parameters. ReSharper's support for discards and disposable resources has also been improved and new inline and interline hints have been added.
- Navigating and...
Released: Apr 5, 2023
2023.1.x での更新項目
2023.1.4
Updated Jul 18, 2023
Fixes
- Allow Visual Studio IntelliSense to be shown on cshtml JavaScript and CSS script blocks.
- Enable ReSharper completion in C# code inside an HTML tag in Razor projects.
- ReSharper makes VS IntelliSense omit closing curly braces for CSS / JS / TS blocks inside .cshtml Razor files.
- ReSharper shows its own completion for Class selectors in CSS and blocks VS IntelliSense.
- ReSharper blocks IntelliSense for CSS classes in Blazor projects.
- Code completion suggestions are...
Released: Dec 7, 2022
2022.3.x での更新項目
2022.3.3
Updated Mar 22, 2023
Fixes
- Resolved the issue preventing ReSharper from being installed in Visual Studio versions 11, 12, or 14 when no other versions of Visual Studio are installed on the computer.
2022.3.2
Updated Jan 27, 2023
Features
- You can now more precisely adjust which Microsoft Visual Studio features to disable in the editor, like squiggles or health indicators.
Fixes
- Fixed the false-positive errors for BigInteger operators in .NET 7.
- Fixed the crash in ASP.NET Core projects...
Released: Aug 2, 2022
2022.2.x での更新項目
2022.2.4
Updated Nov 8, 2022
Features
- Improved typing performance when using ReSharper C++ IntelliSense.
Fixes
- Fixed the CVE 2022-41032 vulnerability Microsoft recently uncovered in .NET 7.0.0-rc.1, .NET 6.0, .NET Core 3.1, and NuGet clients (NuGet.exe, NuGet.Commands, NuGet.CommandLine, NuGet.Protocol).
- Fixed an error that was preventing ReSharper from executing the Go to Symbol action.
- Fixed an error causing ReSharper to crash the File Structure window within Visual Studio...
Released: Apr 19, 2022
2022.1.x での更新項目
2022.1.2
Updated Jun 3, 2022
Fixes
- Fixed the Ctrl+. hotkey for Visual Studio’s Show smart tag action, which had been affected by the previous version of ReSharper.
- Updated ReSharper’s initial event buffer size in Visual Studio 2022, which helped get rid of some small hangs when canceling the build process.
2022.1.1
Updated Apr 29, 2022
Fixes
- Fixed the Stack Trace Explorer that had difficulty working with multitarget projects.
- Fixed an error that emerged when the test method’s name is set to the...
Released: Dec 8, 2021
2021.3.x での更新項目
2021.3.4
Updated Mar 30, 2022
Fixes
- Fixed an issue with integration when using Visual Studio 2022 version 17.2 Preview 2.0.
2021.3.3
Updated Jan 31, 2022
Fixes
- Fixed the issue in code cleanup that was causing corrupted files in shared projects.
- Fixed the TeamCity plugin settings: TFS is now available again.
- Implented support for the
csharp_style_namespace_declarations option from EditorConfig.
- Fixed the errors that occurred while executing a parameterized test fixture.
- Fixed the issue with...
Released: Aug 3, 2021
2021.2.x での更新項目
2021.2.2
Updated Oct 13, 2021
Fixes
- Brought back compatibility of JetBrains.ReSharper.GlobalTools package with Microsoft .NET Core 3.1.
- Fixed a number of issues in support for C# 10 constant interpolated strings.
- Fixed the false positive errors in Blazor projects on built-in attributes.
- Fixed the issue that caused ReSharper to use the wrong version of the MSBuild.
- Fixed yet another case of the ? operator being treated incorrectly.
2021.2.1
Updated Aug 27, 2021
Fixes
- No more errors on an Average...