EfCore.GenericServices
EfCore.GenericServices copied to clipboard
A library to help you quickly code CRUD accesses for a web/mobile/desktop application using EF Core.
Hi there, I just wanted to let you know, that your latest release 5.1.1 is not compatible with Automapper v 11.0.0. regards Jan
…reference: https://docs.automapper.org/en/latest/11.0-Upgrade-Guide.html
When using `ProjectFromEntityToDto`, both an entity type and DTO must be specified in the call, so technically it shouldn't be necessary to include `ILinkToEntity` on the DTO (the method already...