Lancements de Rider

Released: Aug 15, 2024

Mises à jour de 2024.2

Fonctionnalités

Key Updates

  • Full line code completion for C#, С++, JS/TS, CSS - This release introduces support for a new type of code completion: gray text single-line suggestions that complete statements based on the context of the current file. These suggestions are powered by language models that run locally without sending any code over the internet.
  • Reader mode - Rider's new reader mode is designed to make reading library and read-only files, including decompiled ones, a whole lot easier...

Released: Aug 6, 2024

Mises à jour de 2024.1.5

Correctifs

  • Markdown preview doesn't render image .net-regression.
  • Rider Crashes When Clicking Stop 'Project' After Debugging in Ubuntu 20.04.
  • DateTime/timestamp database columns are not parsed correctly.
  • Rider doesn't detect all bundled .NET SDKs in UE.
  • Blueprint usages are lost (UE 5.4).
  • New solution/project window does not open.

Released: Jun 24, 2024

Mises à jour de 2024.1.4

Correctifs

  • No more deadlocks in solutions with .editorconfig files.
  • Rider doesn't lose Blueprint usages in Unreal Engine solutions if changes are made to Blueprints.

Released: Jun 10, 2024

Mises à jour de 2024.1.3

Fonctionnalités

  • New inspection for unawaited calls to PartialAsync in Razor - When developing Razor views, it is common to overlook async method calls that require the await keyword. While your code may compile, forgetting the await keyword means ASP.NET will not execute the view and will not write the intended HTML to the response. Rider will now warn you when a PartialAsync call is missing an await, helping you side-step the frustrating issue of broken view rendering.
  • Updated Roslyn support...

Released: May 7, 2024

Mises à jour de 2024.1.2

Fonctionnalités

  • Enhanced navigation between ASP.NET MVC views and controllers.
  • New @rendermode directive argument inspections
    • New inspections in Rider are designed to enforce the use of static members and correctly formed expressions with the @rendermode directive.
      • It is surprisingly easy to inadvertently introduce mistakes in how render modes are specified. For example, a developer might mistakenly pass a dynamic or instance-based expression that does not resolve to a static...

Released: Apr 17, 2024

Mises à jour de 2024.1.1

Correctifs

  • The memory leak that caused Rider 2024.1 to freeze and underperform has been eliminated.
  • There are no more crashes on startup after updating to Rider 2024.1.
  • File templates and other IDE settings are now preserved after updating to the latest version of Rider.
  • Find in Files now works as intended when performing searches throughout the entire solution.
  • Rider is now once again able to run and debug local Azure functions with custom values specified in local.settings.json.
  • The Contact...

Released: Apr 9, 2024

Mises à jour de 2024.1

Fonctionnalités

Key Updates

  • New Monitoring tool window - This release sees the introduction of the Monitoring tool window that lets you monitor your application's performance and gather key metrics in the background while running or debugging.
  • Sticky lines - Introduced sticky lines to the editor to simplify working with large files and exploring new codebases. This feature keeps key structural elements, like the beginnings of classes or methods, pinned to the top of the editor as you scroll...

Released: Mar 12, 2024

Mises à jour de 2023.3.4

Correctifs

  • EAP build expired error using JetBrains Gateway on Version: 2023.3.3 Build: 233.14015.60.
  • Remote Development - Cannot launch project in 2023.3.3: EAP build expired.
  • Syntax Coloring stops working (.net-regression).
  • Build not triggered when attempting to run unit tests with uncompilable code (.net-regression).
  • Rider 2023.3.x - Cannot run/debug Xamarin.Mac Apple macOS project (.net-regression).
  • StyleCop - not respecting ruleset (.net-regression).
  • Rider specific frontend plugins not...

Released: Jan 22, 2024

Mises à jour de 2023.3.3

Correctifs

  • MAUI projects can once again be deployed to physical iOS devices.
  • The Export to file action works correctly for type dependency diagrams.
  • Text in the Editor window no longer freezes when being scrolled.
  • Xamarin.Android Designer now works as intended.
  • Rename works correctly for references between files in Rider 2023.3.
  • Abbreviations are no longer falsely flagged as spelling mistakes.
  • String length checks for Entity Framework entities no longer generate incorrect hints when MaxLength is...

Released: Dec 20, 2023

Mises à jour de 2023.3.2

Correctifs

  • The IDE is once again able to debug .NET MAUI 8 applications.
  • Rider can run, debug, and locally deploy to an IIS server.
  • Code highlighting no longer goes out of view when typing or pasting code in Unreal Engine solutions.
  • Rider no longer freezes when Refresh Unity Assets is initiated.
  • Self-contained deployment once again works as intended.
  • The Commit window no longer gets stuck when the cleanup option is activated.
  • The Backspace key no longer malfunctions when trying to erase text in...