Releases: JetBrains/rider-efcore
Releases · JetBrains/rider-efcore
222.1.1
- 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
- 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
- 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)
- Fix: Rider 2022.2 EAP3 compatibility issue
1.4.0 (2022.2 EAP 1)
1.4.0 (2022.1)
1.3.1 (2022.1)
- Enable support for Rider 2022.1
1.3.0 (2022.1 EAP 7)
- 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)
- 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)
- Fix: NoSuchMethodError using the new DSL v2
- Fix: Disabled optional fields require validation