Skip to content

Releases: JetBrains/rider-efcore

233.0.0-eap01

233.0.0-eap01 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Sep 00:44

Added

  • Terminal: "Execute in IDE" suggestion for known commands when executing dotnet ef from terminal (#188 by @alls-cpp)
  • Common: Enable Tools | Entity Framework Core action group for solution's context menu

Fixed

  • Scaffold/Update: Inline connection strings definitions are not listed in autocompletion (#182)
  • Scaffold/Update: Long connection strings from autocompleted items shrink dialog window (#183)
  • Cosmetics: Old UI icons are used when New UI is enabled (#181 by @alls-cpp)

232.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 15:02

Added

  • Enable support for Rider 2023.2

232.0.0-rc1

232.0.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Jul 17:58

Added

232.0.0-eap07

232.0.0-eap07 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 02:34

Fixed

  • Common: NoClassDefFoundError and other issues caused by Workspace model package restructuring since EAP 2 (#171)

232.0.0-eap02

232.0.0-eap02 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 May 17:28

Added

  • Enable support for Rider 2023.2 EAP 2

Fixed

  • Common: Rider version incompatibility (EntityFrameworkCoreHost construction has failed ...)

231.1.4

Choose a tag to compare

@github-actions github-actions released this 24 May 16:52

Fixed

  • Scaffolding: Impossible to execute scaffolding on non-empty folder (#168)
  • Drop database: Missing DbContext selection option (#166)

231.1.3

Choose a tag to compare

@github-actions github-actions released this 12 May 01:41

Fixed

  • Notifications: Exceptions when plugin tries to show notifications (#162, #163, #164)

231.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Apr 11:41

Fixed

  • Connections: Exception when having .json files with single quotes (#159)
  • Common: Solution Explorer view is not updating after action execution (#160)

231.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Apr 15:56

Fixed

  • Connections: Exception when having .json files with comments (#158)
  • Common: Exception when opening dialogs while there are no applicable Migrations projects exists in the solution (#158)

231.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Apr 17:45

Main highlights

Connection strings auto-detection for the "Connection" field

image

In "Update Database" and "Scaffold Database" dialogs you could select predefined connections from such sources:

  • appsettings (Startup project),
  • appsettings.{env}.json (Startup project),
  • user secrets (Migrations project)
  • "Database" tool window (the last one is experimental and currently only available for SQLite)

Other sources are planned for the next releases (mainly MySQL, Postgres, MS SQL and Oracke connections from "Database" tool window)

Providers NuGets auto-detection for "Scaffold Database" dialog

The known and installed providers NuGets from Migrations project is now available as predefined items in "Provider" combo-box:

image

Other

  • Support for .NET 8 Preview projects