I can't generate Controllers in EF Power Tools.
Could not load type 'Microsoft.EntityFrameworkCore.Infrastructure.IDbContextOptionsExtensionWithDebugInfo' from assembly 'Microsoft.EntityFrameworkCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
My csproj file:
VS2019
@caojinqin We're sorry to hear you're having issues.
This appears to be an issue with fixed with version 6 preview of EntityFrameworkCore.SqlServer.
Just note about the same problem in ef core 3.1.5. Fixed by removing package Microsoft.EntityFrameworkCore.SqlServer.Design
Most helpful comment
@caojinqin We're sorry to hear you're having issues.
This appears to be an issue with fixed with version 6 preview of
EntityFrameworkCore.SqlServer.