manutdkid77 / TheMoviePlace

0 stars 0 forks source link

Add data for seeding #11

Open manutdkid77 opened 5 years ago

manutdkid77 commented 5 years ago

This should have been done initially. Learn and develop how to seed data using EF Core.

Also Mention this in readme #5

manutdkid77 commented 5 years ago

Documentation links and other blog posts which will help

manutdkid77 commented 5 years ago

Faced a hurdle regarding HasData method does not exist when creating seed data. Created an issue in efcore repository for guidance. I also found a comment for a similar issue

manutdkid77 commented 5 years ago

As recommended by @ajcvickers targeted project to dotnetcore2.2 to support Data Seeding methods.

Referred to docs to learn how to migrate from .netcore2.0 to 2.2

manutdkid77 commented 5 years ago

The Data Seeding issue with regards to HasData method has been solved, please refer to commit