Hey dguncet,
That code was already there in v3.3 that is the Northwind Sample I made the other changes to the Repository.Pattern.Ef6.
In another project where I am implementing the pattern. I split out the Entity.cs class into another project Repository.Pattern.Core that only references Repository.Pattern. In that way my entities do not need to reference EF at all. In addition, I am also working on moving the Fluent Mapping files to the Repository instance. In the case of the sample I am testing moving them to Northwind.Repository, but like I said this is a work in progress.
Thanks,
F.
That code was already there in v3.3 that is the Northwind Sample I made the other changes to the Repository.Pattern.Ef6.
In another project where I am implementing the pattern. I split out the Entity.cs class into another project Repository.Pattern.Core that only references Repository.Pattern. In that way my entities do not need to reference EF at all. In addition, I am also working on moving the Fluent Mapping files to the Repository instance. In the case of the sample I am testing moving them to Northwind.Repository, but like I said this is a work in progress.
Thanks,
F.