You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to create a migration in Visual Studio PMC with the command 'Add-Migration'. It seems the ef-core tool tries to start our app and waits until the web host return timeout.
We just upgraded the framework to .net6 and vs2022 to v17.1.0. Before the upgrade, both commands are working fine.
Hi,
When I try to create a migration in Visual Studio PMC with the command 'Add-Migration'. It seems the ef-core tool tries to start our app and waits until the web host return timeout.
We just upgraded the framework to .net6 and vs2022 to v17.1.0. Before the upgrade, both commands are working fine.
Logs:
But it works if using the ef-core CLI command. it didn't start our app.
Include provider and version information
EF Core version: efcore 6.0.1
Database provider: Npgsql.EntityFrameworkCore.PostgreSQL
Target framework: .NET6
Operating system: Windows 10
IDE: VS2022 17.1.0
The text was updated successfully, but these errors were encountered: