Skip to content

231.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 17:45
· 1 commit to 0cb0221f3d0d6d0c634fdbdfa43aec1b9c361d5a since this release

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