This website requires JavaScript.
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
You've already forked eShopOnContainers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2,927
Commits
36
Branches
19
Tags
655
MiB
Commit Graph
3 Commits
Author
SHA1
Message
Date
Miguel Veloso
954d8718a8
Fix improper use of AddRangeAsync for seeding entities that don't use the SequenceHiLo key generation strategy, as per
https://docs.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1.addrangeasync?view=efcore-2.0
2018-02-20 23:35:41 +00:00
Robert Raboud
2451ab9dff
Changed AddRange to AddRangeAwait
2018-01-30 08:16:20 -05:00
Unai Zorrilla Castro
226c03b573
Refactoring all dbcontext seed using new MigrateDbContext extension method on IWebHost. This prevent errors when using dotnet ef cli and seeders in Startup
2017-09-13 14:53:06 +02:00