dotUltimate 2025.1.2
Released: May 8, 2025
2025.1.2 での更新項目
機能
Rider
- Mixed mode debugging [Beta]
- This update introduces a beta version of mixed mode debugging - a capability that lets you debug both .NET and C/C++ code in a single session. The current implementation supports only the Mono Windows x64 scenario.
不具合の修正
Rider
- Rider no longer fails to create an IIS virtual directory when starting an IIS Run/Debug configuration.
- Resolved an issue where rider.stacktrace.filters lead to excessive CPU usage and made the IDE unresponsive.
- Resolved an exception where the key 'Struct' was missing in the internal dictionary.
- Clicking on Cancel in the Clear Read-Only Status dialog no longer results in unintended file changes.
- MSBuild variables are now properly expanded in launchSettings.json.
- Docker Compose configurations now start all required services as expected.
- The debugger no longer tries to attach to non-dotnet services in Docker Compose projects, preventing startup issues.
- F# script files are now analysed correctly without the IDE throwing resolve errors.
- The correct target framework for MAUI apps can once again be successfully specified in the Launch Settings.
- Rider now correctly handles the renaming of Unity properties with serialized backing fields by suggesting the FormerlySerializedAs attribute.
- The Use new cross-platform dotTrace Viewer by default setting is once again respected.
- The correct operation of the Open in Legacy Viewer action for performance snapshots has been restored.
- Settings backup and synchronization via Backup and Sync again works as expected upon authorization.
ReSharper
- ReSharper now correctly detects that values supplied from query strings in .NET 8 satisfy property usage.
- ReSharper's ability to provide code completion for .shader files has been restored.
- Linkage entity creation by ReSharper C++ for typedef-declarators with uint8_t types has been fixed.