aspnet/core/data/ef-mvc/ updates for 2.0 #3864
Closed
Comments
Merged
I've been struggling with error "LocalDb connection : Login failed" during migrations or any tries to connect to localdb. This really helped me. Such a treasonous problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.microsoft.com/en-us/aspnet/core/data/ef-mvc/
Signoff issue: aspnet/Release#176
Major item:
All the code around DbInitializer needs to be moved from Startup to Main. The old pattern is now causing problems with migrations.
Standard cleanup:
Redo screenshots, update versions, redo command line sample output.
Minor items:
@bricelam
@Rick-Anderson adds - go thru entire series
The text was updated successfully, but these errors were encountered: