AutoMapper.Collection.EntityFrameworkCore 13.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 8.0
- AutoMapper.Collection (>= 13.0.0 && < 14.0.0)
- AutoMapper.Extensions.ExpressionMapping (>= 10.0.0 && < 11.0.0)
- Microsoft.EntityFrameworkCore (>= 8.0.16)
.NET 9.0
- AutoMapper.Collection (>= 13.0.0 && < 14.0.0)
- AutoMapper.Extensions.ExpressionMapping (>= 10.0.0 && < 11.0.0)
- Microsoft.EntityFrameworkCore (>= 9.0.7)
.NET 10.0
- AutoMapper.Collection (>= 13.0.0 && < 14.0.0)
- AutoMapper.Extensions.ExpressionMapping (>= 10.0.0 && < 11.0.0)
- Microsoft.EntityFrameworkCore (>= 10.0.5)