AutoMapper.Collection.EntityFrameworkCore 8.0.0
Collection updating support for EntityFrameworkCore with AutoMapper. Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.
No packages depend on AutoMapper.Collection.EntityFrameworkCore.
.NET 6.0
- AutoMapper.Collection (>= 8.0.0 && < 9.0.0)
- AutoMapper.Extensions.ExpressionMapping (>= 5.0.0 && < 6.0.0)
- Microsoft.EntityFrameworkCore (>= 6.0.0)
.NET Standard 2.1
- AutoMapper.Collection (>= 8.0.0 && < 9.0.0)
- AutoMapper.Extensions.ExpressionMapping (>= 5.0.0 && < 6.0.0)
- Microsoft.EntityFrameworkCore (>= 5.0.0)