You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<PropertyGroup>
4
4
<Description>Collection updating support for EntityFramework 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.</Description>
Copy file name to clipboardExpand all lines: src/AutoMapper.Collection/AutoMapper.Collection.csproj
+2-3
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,11 @@
3
3
<PropertyGroup>
4
4
<Description>Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections.</Description>
0 commit comments