ErikEJ / EFCorePowerTools

Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
MIT License
2.15k stars 294 forks source link

Enhance Dataverse reverse engineering #2535

Open ErikEJ opened 1 week ago

ErikEJ commented 1 week ago

improve Dataverse schema discovery by using the Dataverse client

I have tried to add

<PackageReference Include="Microsoft.PowerPlatform.Dataverse.Client" Version="1.1.32" />

to the EF Core 8 main library, only adds 2 MB of extra payload, not an issue.

@MarkMpn FYI!

MarkMpn commented 1 week ago

Thanks, hoping to have a look this week.