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
Because the PostgreSQL and SQL Server EF components cause the app to fail on startup if the specified connection string isn't found in configuration, and that configuration is usually set by the AppHost project when running in the inner loop, you can't easily run dotnet ef to create a new migration, etc., as the dotnet ef actually runs the app in order to get a handle on the built host and container so it can interact with the DbContext.
We'll need to think about how to unblock this scenario.