dotUltimate Releases
Released: Apr 19, 2022
Updates in 2022.1.x
2022.1.1
Updated Apr 29, 2021
Fixes
Rider
- Fixed the JetBrains Runtime crash.
- Fixed the issue that broke the Docker debug.
- Fixed the issue that prevented the Azure functions debug from working properly.
- Fixed the Code Vision context menu and the problem that prevented the user from hiding the Code Vision from the editor completely.
- Fixed the Stack Trace Explorer that had difficulty working with multitarget projects.
- Fixed an error that emerged when the test method’s name is the same as the value...
Released: Dec 8, 2021
Updates in 2021.3.x
2021.3.4
Updated Mar 30, 2022
Fixes
ReSharper
- Fixed an issue with integration when using Visual Studio 2022 version 17.2 Preview 2.0.
2021.3.3
Updated Jan 31, 2022
Features
Rider
- Added support for Apple Xcode 13.2.1.
Fixes
ReSharper
- Fixed the issue in code cleanup that was causing corrupted files in shared projects.
- Fixed the TeamCity plugin settings: TFS is now available again.
- Implemented support for the
csharp_style_namespace_declarations
option from EditorConfig.
- Fixed the errors that...
Released: Aug 3, 2021
Updates in 2021.2.x
2021.2.2
Updated Oct 13, 2021
Fixes
- ReSharper
- 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.
- dotCover
- Fixed the issue that prevented the...
Released: Apr 8, 2021
Updates in 2021.1.x
2021.1.5
Updated Jul 22, 2021
Fixes
- ReSharper
- Fixed issue with empty spaces instead of inlay hints and other glitches in Visual Studio 16.10.3.
- Rider
- Fixed a significant performance degradation.
- Fixed an issue with the F# type providers loader that was causing Rider not to start in some cases.
- Fixed an issue causing changes in an F# file to be ignored when other files in the project were analyzed.
2021.1.4
Updated Jul 14, 2021
Features
- ReSharper C++
- Now works with Unreal Engine 5 from both the...
Released: Dec 14, 2020
Updates in 2020.3.x
2020.3.4
Updated Mar 17, 2021
Features
Rider
- Trusted projects
- Introduced the concept of trusted projects to mitigate the risks associated with opening projects from unknown and untrusted sources.
- When you open a project, Rider doesn’t execute any code from it and checks whether it is trusted or from a trusted location.
- If the project currently is not trusted, the IDE will ask you to choose whether to open it in safe mode or full-trust mode. If the project currently is not trusted, the IDE will...
Released: Aug 21, 2020
Updates in 2020.2.x
2020.2.4
Updated Oct 1, 2020
Fixes
- Rider
- Fixed launching Apple iOS apps on Xcode 12 simulators.
- ReSharper
- Fixed restoring unit test sessions with continuous testing: they now persist through reopening the solution.
- dotTrace
- Fixed the ‘ETW collector internal error’ in Timeline profiling.
2020.2.3
Updated Sep 18, 2020
Features
- ReSharper
- Improved precision control over which Microsoft Visual Studio actions can be overridden by ReSharper in the Commands page.
Fixes