Releases: JetBrains/rider-efcore
Releases · JetBrains/rider-efcore
Release list
233.0.0-eap01
Added
- Terminal: "Execute in IDE" suggestion for known commands when executing
dotnet effrom terminal (#188 by @alls-cpp) - Common: Enable
Tools | Entity Framework Coreaction group for solution's context menu
Fixed
232.1.0
232.0.0-rc1
Added
- Scaffold: Additional Schema/Tables validations (#175 by tarcisio (@tcortega))
- Scaffold: Persist Schema/Tables between dialog instances (#175 by tarcisio (@tcortega))
232.0.0-eap07
Fixed
- Common:
NoClassDefFoundErrorand other issues caused by Workspace model package restructuring since EAP 2 (#171)
232.0.0-eap02
Added
- Enable support for Rider 2023.2 EAP 2
Fixed
- Common: Rider version incompatibility (
EntityFrameworkCoreHostconstruction has failed ...)
231.1.4
231.1.3
231.1.2
231.1.1
231.1.0
Main highlights
Connection strings auto-detection for the "Connection" field
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:
Other
- Support for .NET 8 Preview projects

