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
eShopOnContainers
/
src
/
Services
/
Identity
/
Identity.API
/
Data
History
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
..
ApplicationDbContext.cs
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
ApplicationDbContextSeed.cs
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
ConfigurationDbContextSeed.cs
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