Released: Dec 8, 2021
2021.3.x 中的更新
2021.3.3
Updated Jan 31, 2022
Features
- Added support for Apple Xcode 13.2.1.
Fixes
- Fixed the issue with NuGet feeds: they should no longer be missing.
- Fixed the ordering in F# projects.
- Fixed the problem that was causing the test coverage to hang.
- Fixed the empty tooltips and quickdocs in F# files.
- Fixed the issue with stopping on breakpoints while debugging.
- Fixed renaming controls in WinForms designer.
- Fixed the issue with navigating to test method that was broken for tests with the...
Released: Aug 3, 2021
2021.2.x 中的更新
2021.2.2
Updated Oct 13, 2021
Fixes
- Fixed a number of issues with the built-in console, including broken Console.Clear, wrong display of background color, and more.
- Fixed the Alt+Shift+R shortcut for rename refactoring.
- Fixed the issue that prevented Rider from reopening multiple projects on startup.
- Fixed the stack overflow issue that occurred during the indexing.
- Fixed the false positive errors in Blazor projects on built-in attributes.
2021.2.1
Updated Aug 27, 2021
Released: Apr 8, 2021
2021.1.x 中的更新
2021.1.5
Updated Jul 22, 2021
Fixes
- 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
Fixes
- Fixed the vertical indent lines in the code editor.
- Fixed the update notifications from plugins that were disabled.
- Fixed the issue that caused unrelated results to be shown in...
Released: Dec 14, 2020
2020.3.x 中的更新
2020.3.4
Updated Mar 17, 2021
Features
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 ask you...
Released: Aug 13, 2020
2020.2.x 中的更新
2020.2.4
Updated Oct 1, 2020
Fixes
- Fixed launching Apple iOS apps on Xcode 12 simulators.
2020.2.3
Updated Sep 18, 2020
Fixes
- Breakpoint icons no longer disappear from the code editor.
- There are several fixes in F# support related to
Import missing references and the presentation of F# Unions in the debugger.
- Fixed the authentication issue when invoking remote operations in GitHub.
2020.2.2
Updated Sep 10, 2020
Fixes
- Fixed cases of slowdown in building the project due to NuGet package restore...
Released: Jul 9, 2020
2020.1.4 中的更新
修补程序
- No more indefinite "waiting for intention actions…" message after calling the Alt+Enter menu.
- Rider can now successfully connect to Microsoft SQL Server.
Released: May 19, 2020
2020.1.3 中的更新
修补程序
- The code editor no longer auto-scrolls when you type.
- Nodes in the unit test sessions tree are updated correctly after the session tree is expanded.
- Several fixes in the support for nullable reference types.
- Code assistance in F# script files (.fsx) works again on macOS and Linux.
- The scrolling and selection issue for the Local History diff is finally fixed for partial classes, as well.
Released: May 6, 2020
2020.1.2 中的更新
特性
- Improved the presentation of assets in Find Usages results.
- Improved the presentation of the Packages folder in certain scenarios.
修补程序
- Eliminated the performance issues in the Local History diff view, as well as the problems with scrolling and selection.
- Removed several false positives in C# code analysis.
- The Azure Tools plugin has been updated to fix broken Azure run configurations.
- Unit test coverage sessions on macOS are no longer extremely slow and they no longer get stuck.
- Implemented...
Released: Apr 29, 2020
2020.1.1 中的更新
修补程序
- Fix for the error “Evaluation is not allowed: The thread is not at a GC-safe point” in the debugger.
- Eliminated a stack overflow exception in C# code analysis.
Released: Apr 16, 2020
2020.1 中的更新
特性
Backend runs on .NET Core runtime
- Say hello to Rider .NET Core edition. The backend finally runs on .NET Core runtime by default on macOS and Linux, instead of the Mono runtime. You will instantly notice:
- Better performance.
- A lower memory footprint.
- NuGet restore is now multithreaded (not single-threaded like on Mono). This means that it is 4x faster if you have a CPU with 4 logic cores, 8x faster if you have a CPU with 8 logic cores.
- And the demolition of lots of other Mono limitations...