Rider のリリース

Released: Aug 26, 2024

2024.2.2 での更新項目

不具合の修正

  • Rider crashing on Windows when stepping during debug.
  • AttributeUsage "AllowMultiple" is not being accounted for.
  • "What's New" page displays every time you open Rider.

Released: Aug 20, 2024

2024.2.1 での更新項目

不具合の修正

  • Debug of unit tests for MSTest v1 is not working.

Released: Aug 15, 2024

2024.2 での更新項目

機能

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

Released: Aug 6, 2024

2024.1.5 での更新項目

不具合の修正

  • 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

2024.1.4 での更新項目

不具合の修正

  • 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

2024.1.3 での更新項目

機能

  • 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 for .NET SDK...

Released: May 7, 2024

2024.1.2 での更新項目

機能

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

Released: Apr 17, 2024

2024.1.1 での更新項目

不具合の修正

  • 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

2024.1 での更新項目

機能

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. This way, scopes...

Released: Mar 12, 2024

2023.3.4 での更新項目

不具合の修正

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