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...
Released: Feb 28, 2020
2019.3.4 での更新項目
不具合の修正
- Eliminated the deadlock that affected three tasks, “Analyzing solution”, “Loading solution / Starting features…”, and “Loading analysis results”, while a solution was being loaded.
- Fixed the performance problem that was forcing the "Processing source files" task to take almost an hour to complete.
Released: Feb 21, 2020
2019.3.3 での更新項目
不具合の修正
- The IDE remembers the custom position of the Commit window.
- No more false “constant expressions” warnings with nullable context enabled.
- StackOverflow exceptions in C# and Blazor code analyses have been eliminated.
Released: Feb 12, 2020
2019.3.2 での更新項目
機能
- The Unit Test runner can now discover NUnit parameterized tests after updating the NUnit3TestAdapter package to version 3.16.
- Blazor support has been improved with better code analysis, navigation, and find usages.
- Several improvements in Inlay Hints, e.g. type hints for recursive patterns.
- Improved Version Control support.
- Seveal improvements in debugging subsystems, including edit & continue, stepping, evaluating, and remote debugging.
Released: Dec 20, 2019
2019.3.1 での更新項目
不具合の修正
- Add, Update, Change, and other actions fixed in the NuGet tool window on Linux even if the latest Mono is not installed.
- Enabling Roslyn Analyzers in the solution no longer causes hang code analysis.
- Export/Import settings are fixed.
- The bundled MSBuild version has been updated to support building .NET Core 3 projects.
- Several fixes in Unity support.
- Scrolling in a database table view/editor with many columns is now faster.
Released: Dec 11, 2019
2019.3 での更新項目
機能
- Support for T4 templates - Now you can easily execute, process, and debug all your T4 templates in Rider.
- Feature-rich C# support in code blocks, including code highlighting, navigation, code completion, typing assistance, refactorings, context actions, inspections, formatting, and more.
- Support for T4-specific features such as inspections, typing assistance, folding, and brace matching.
- Extensive support for include directives to make resolving C# code as correct as possible.
- Support for all...
Released: Oct 18, 2019
2019.2.3 での更新項目
不具合の修正
- The “Unable to start debug” error was fixed for Xamarin Android.
- If you use Azure DevOps source control, this release fixes several issues in the appropriate plugin to make your experience better.
- “Override” code completion no longer touches members above the completed element.
- Typing a single quote in code comments no longer inserts a pair of single quotes.
Released: Aug 8, 2019
2019.2 での更新項目
機能
Debugger improvements
- The "Variables" tab has a new feature called 'Pin to Top'. Use it to star any of an object’s properties or fields you are most interested in, to keep them at the top of the list.
- The "'Run to Statement"’ and "Jump to Statement" actions now have icons following the cursor in the editor.
- Added many performance improvements for stack calculation and stepping.
Xamarin support
- Adds ability to publish an '.ipa' (iOS App Store Package) file for a Xamarin iOS project to an iOS...
Released: Apr 30, 2019
2019.1 での更新項目
機能
WinForms designer
- WinForms designer helps you create, observe, and modify the UI of your Windows Forms application.
- The WinForms Toolbox window displays controls that you can add onto a form surface. The Toolbox has the same default set of components as Visual Studio. You can copy/paste different controls from the Toolbox tab onto the surface of the designer, and resize and move the controls. In addition, you can easily search for components using the search field at the top of the tab.
- A new...