dotUltimate 2024.1.3
Released: Jun 10, 2024
2024.1.3 での更新項目
機能
ReSharper
- New inspection for unawaited calls to PartialAsync in Razor - When developing Razor views, it is common to overlook async method calls that require the await keyword. While your code may compile, forgetting the await keyword means ASP.NET will not execute the view and will not write the intended HTML to the response. ReSharper will now warn you when a PartialAsync call is missing an await, helping you side-step the frustrating issue of broken view rendering.
Rider
- New inspection for unawaited calls to PartialAsync in Razor - When developing Razor views, it is common to overlook async method calls that require the await keyword. While your code may compile, forgetting the await keyword means ASP.NET will not execute the view and will not write the intended HTML to the response. Rider will now warn you when a PartialAsync call is missing an await, helping you side-step the frustrating issue of broken view rendering.
- Updated Roslyn support for .NET SDK 8.0.300 - Support for Roslyn analyzers inside Rider has been successfully updated to remain compatible with the latest SDK release.
- Improved UI for the spelling and grammar checker - Refined the experience of saving new items to a dictionary via the context menu. Now there is a clear Add to user dictionary action expandable into a list of available dictionaries.
- Short names for tool windows in the side menu - There's now an option to display tool window names under the corresponding icons in the sidebar. The setting can be found in Settings/Preferences | Appearance & Behavior | Appearance.
不具合の修正
Rider
- Fixed a security vulnerability related to JetBrains GitHub Plugin.