I am trying to port everything from Entity Framework 6.3 to Entity Framework Core 2.1.2 and this is my first experience with EF Core.
I have 2 projects one is my core or infrastructure project with all the entity models, DB Context and repositories and th...