Skip to content

Releases: JetBrains/rider-efcore

233.0.0-eap01

26 Sep 00:44
Compare
Choose a tag to compare
233.0.0-eap01 Pre-release
Pre-release

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

25 Aug 15:02
Compare
Choose a tag to compare

Added

  • Enable support for Rider 2023.2

232.0.0-rc1

27 Jul 17:58
Compare
Choose a tag to compare
232.0.0-rc1 Pre-release
Pre-release

Added

  • Scaffold: Additional Schema/Tables validations (#175 by @tcortega)
  • Scaffold: Persist Schema/Tables between dialog instances (#175 by @tcortega)

232.0.0-eap07

10 Jul 02:34
Compare
Choose a tag to compare
232.0.0-eap07 Pre-release
Pre-release

Fixed

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

232.0.0-eap02

24 May 17:28
Compare
Choose a tag to compare
232.0.0-eap02 Pre-release
Pre-release

Added

  • Enable support for Rider 2023.2 EAP 2

Fixed

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

231.1.4

24 May 16:52
Compare
Choose a tag to compare

Fixed

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

231.1.3

12 May 01:41
Compare
Choose a tag to compare

Fixed

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

231.1.2

24 Apr 11:41
Compare
Choose a tag to compare

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

10 Apr 15:56
Compare
Choose a tag to compare

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

05 Apr 17:45
Compare
Choose a tag to compare

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