GenericServices icon indicating copy to clipboard operation
GenericServices copied to clipboard

GenericServices helps with building a service/application layer in a .NET based application using EF6.x

Results 3 GenericServices issues
Sort by recently updated
recently updated
newest added

Hi! I have been trying to use GenericServices with EF Core 3 but there are breaking changes which make GenericServices incompatible. First issue I have found is that IEntityType.IsQueryType is...

enhancement

Hi all, I have been shut off writing the book [Entity Framework Core in Action](http://bit.ly/2m8KRAZ), but in doing so I have learn a lot! Now I am back programming and...

GenericServices works with AutoMapper 4.2.1 but there were breaking changes in AutoMapper 5 (5.1.1 in time of writing) - seems the interface `IMapperConfiguration` has been removed causing exception in the...