Open robertmclaws opened 4 months ago
Can you share a repro or simple repro steps?
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<PackageReference Include="EntityFramework" Version="6.5.1" />
to an ItemGroupMicrosoft.Data.SqlClient
and save + close the file@robertmclaws That looks like a duplicate of #31 actually
It is not. It works just fine when you use the old provider. The problem is not with SDK-style projects, it's with parsing the provider string.
So I know that getting the EDMX designer working with Microsoft.Data.SqlClient in EF 6.5.1 has not been a priority. However, the other day I was able to get the error message I usually get when attempting it to spit out a stack trace.
I thought maybe it would help track the issue down. I'd love to help... are there any instructions for how to build & install a custom version of the designer in VS?
I can repro this NRE consistently, so I'm happy to help any way I can. Thanks!