ErikEJ / SqlCeToolbox

SQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)
Other
837 stars 175 forks source link

Create "EF Core Power Tools" #445

Closed ErikEJ closed 6 years ago

ErikEJ commented 6 years ago

Why:

ErikEJ commented 6 years ago

List DDEX connections: https://github.com/ErikEJ/SqlCeToolbox/blob/master/src/GUI/SqlCe35Toolbox/Helpers/DataConnectionHelper.cs#L34

Prompt for and save new DDEX connection: https://github.com/ErikEJ/SqlCeToolbox/blob/master/src/GUI/SqlCe35Toolbox/Commands/DatabasesMenuCommandsHandler.cs#L82

Add DDEX registrations to package: https://github.com/ErikEJ/SqlCeToolbox/blob/master/src/GUI/SqlCe35Toolbox/SqlCeToolboxPackage.cs#L17

Add project Context menu: https://github.com/aspnet/EntityFramework6/commit/49be302abe33167141b18c7c2c18b9c5abaec626

julielerman commented 6 years ago

The only feature I use but am DYING without it for EF Core is the model visualization. At this point I don't care if its not cross-platform. :)

ErikEJ commented 6 years ago

@julielerman Hi Julie, I have logged: https://github.com/ErikEJ/SqlCeToolbox/issues/462 - maybe you could add a couple of words about your "vision" for this, considering that EDMX is dead?