Skip to content

Releases: JetBrains/rider-efcore

222.1.1

15 Aug 18:13
Compare
Choose a tag to compare

  • Fix: project structure synchronization issues
  • Fix: SQL script generation dialog is missing '0' case for "From migration" dropdown
  • Fix: `dotnet tool install` command failure on unauthorized feeds

222.1.0

11 Aug 11:28
Compare
Choose a tag to compare

  • General: add support for .NET Standard 2.0 projects (Migrations projects only) (#101 by @Sander0542)
  • Fix: exception when trying to install EF Core tools from plugin (#103)
  • Fix: data inconsistency in projects dropdowns after changing solution structure

222.0.0

02 Aug 19:49
Compare
Choose a tag to compare

  • General: add support for `dotnet ef` as local tool
  • General: add ability to preview commands before executing
  • General: add ability to pass additional command line arguments for Startup project
  • Migrations: add SQL script generation for given migrations range
  • Fix: incorrect behaviour of EF Core tools version retrieval (#71)
  • Change version numbering to reflect Rider version in it

1.4.1 (2022.2 EAP 4)

16 Jun 13:14
Compare
Choose a tag to compare

  • Fix: Rider 2022.2 EAP3 compatibility issue

1.4.0 (2022.2 EAP 1)

23 May 20:09
Compare
Choose a tag to compare

  • Enable support of .NET 7 projects (#78 by @Maruf61)
  • Fix: RPC timeout when trying to load startup projects on Rider startup
  • Fix: projects with platform-specific target frameworks not presented in dropdowns

1.4.0 (2022.1)

05 May 16:31
bede50e
Compare
Choose a tag to compare

  • Enable support of .NET 7 projects (#78 by @Maruf61)
  • Fix: RPC timeout when trying to load startup projects on Rider startup
  • Fix: projects with platform-specific target frameworks not presented in dropdowns

1.3.1 (2022.1)

19 Apr 17:12
Compare
Choose a tag to compare

  • Enable support for Rider 2022.1

1.3.0 (2022.1 EAP 7)

28 Mar 22:33
Compare
Choose a tag to compare
  • Add ability to open EF Core action under Tools application menu entry
  • Add EF Core Quick Actions window
  • Improve Startup project detection logic (#59 by @kolosovpetro)
  • Remove migration parent folder after Remove Last Migration if there are no migrations (#51 by @kolosovpetro)
  • Show only migrations related to selected DbContext in Update Database's Target migration autocompletion (#50 by @kolosovpetro)

1.3.0 (2021.3.2)

28 Mar 22:30
Compare
Choose a tag to compare
  • Add ability to open EF Core action under Tools application menu entry
  • Add EF Core Quick Actions window
  • Improve Startup project detection logic (#59 by @kolosovpetro)
  • Remove migration parent folder after Remove Last Migration if there are no migrations (#51 by @kolosovpetro)
  • Show only migrations related to selected DbContext in Update Database's Target migration autocompletion (#50 by @kolosovpetro)

1.2.1 (2021.3.2)

24 Jan 22:29
Compare
Choose a tag to compare

  • Fix: NoSuchMethodError using the new DSL v2
  • Fix: Disabled optional fields require validation