Skip to content

Do updates to the Designer still ship in VS2026? #83

@robertmclaws

Description

@robertmclaws

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.SqlClient and 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.SqlClient provider
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions