-
Notifications
You must be signed in to change notification settings - Fork 17
Closed as not planned
Description
I have a code generation framework that is not .tt based and relies on the EDMX specification. That framework is the most productive when you can use the EDMX designer to push and pull changes to and from the database.
I have an EDMX in an SDK-based project that has .NET Framework 4.8 specified first, then .NET 9.0.
It will not open in the solution. But:
- When the provider is set to
System.Data.SqlClient, it will open by itself when I right-click and select "Visual Studio Version Selector" to open it with. - When the provider is set to
Microsoft.Data.SqlClientand you do the above it will not open at all.
I'm going to use Claude Code to fix the designer so that:
- it will open in .NET 8+ projects
- it will work with the
Microsoft.Data.SqlClientprovider - it will output the entity diagram as an SVG
The question is, if I submit a PR here will it make it into Visual Studio, or will I need to ship my own extension?
Metadata
Metadata
Assignees
Labels
No labels