Skip to content

223.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 14:58

Highlights

Save fields data between dialogs

The most requested feature, now the majority of commonly used options persisted between dialogs to reduce the time needed for the reconfiguration of defaults.

See this page about which values are persisted and which are not (and why).

Run EF Core commands in a terminal-like window

Now, by default EF Core commands will be executed more transparently in a dedicated console window

image

If you prefer the old "silent" behavior - you could disable this feature in settings.

Settings page

Since the new release has new feature flags, the plugin now has a settings page.

image

Full changelog

Added

  • Most common values in dialogs are saved between instances
  • Ability to run commands in the terminal-like tool window
  • Support for a stable Rider 2022.3

Fixed

  • DbContext class not showing up (#105)