Releases: JetBrains/rider-efcore
Releases · JetBrains/rider-efcore
233.0.0-eap01
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
232.1.0
232.0.0-rc1
232.0.0-eap07
Fixed
- Common:
NoClassDefFoundError
and 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 (
EntityFrameworkCoreHost
construction 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