If you manually wire up a DbContext and use an EF-based Aspire component and then use the EF tools to create the initial migration, EF will fail because the project doesn't have a reference to Microsoft.EntityFrameworkCore.Design. Should we consider pre-adding this as a transitive dependency on components that are targetting entity framework to streamline this workflow?
If you manually wire up a DbContext and use an EF-based Aspire component and then use the EF tools to create the initial migration, EF will fail because the project doesn't have a reference to
Microsoft.EntityFrameworkCore.Design. Should we consider pre-adding this as a transitive dependency on components that are targetting entity framework to streamline this workflow?