Rider Releases

Released: Feb 28, 2020

Updates in 2019.3.4

Fixes

  • 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

Updates in 2019.3.3

Fixes

  • 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

Updates in 2019.3.2

Features

  • 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

Updates in 2019.3.1

Fixes

  • 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

Updates in 2019.3

Features

  • 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...

Released: Oct 18, 2019

Updates in 2019.2.3

Fixes

  • 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

Updates in 2019.2

Features

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...

Released: Apr 30, 2019

Updates in 2019.1

Features

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...

Released: Dec 18, 2018

Updates in 2018.3

Features

  • Code Vision - Code Vision is a new way to see useful information about your code right in the editor. In this release, Code Vision shows usages, version control info, derived types, extension methods, and exposing APIs, as well as a couple of Unity-specific metrics.
  • Remote debugging via SSH - Rider 2018.3 makes it possible to remotely debug .NET Framework, .NET Core, and Mono applications. Use the new action - Attach to Remote Process - to see all processes running on the remote machine...

Released: Aug 23, 2018

Updates in 2018.2

Features

  • Debugger enhancements
    • Rider now displays call stacks that make use of modern C# features in an understandable way, including generic types, async function names, constructors, static methods, and other type information.
    • Added thread-specific breakpoints to simplify the debugging of multi-threaded code.
    • Inspecting and expanding unsafe pointers is supported.
    • Smart Step Into now correctly handles methods that are decorated with the [DebuggerStepThrough]attribute.
    • Debugger...