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/VirtoCommerce.Platform.Data/GenericCrud/CrudService.cs
+5-5
Original file line number
Diff line number
Diff line change
@@ -190,8 +190,8 @@ public virtual async Task SaveChangesAsync(IList<TModel> models)
190
190
191
191
if(originalEntity!=null)
192
192
{
193
-
// This extension is allow to get around breaking changes is introduced in EF Core 3.0 that leads to throw
194
-
// Database operation expected to affect 1 row(s) but actually affected 0 row(s) exception when trying to add the new children entities with manually set keys
193
+
// This extension allows to get around breaking changes introduced in EF Core 3.0 that lead to throw
194
+
// Database operation expected to affect 1 row(s) but actually affected 0 row(s) exception when trying to add new child entities with manually set keys
0 commit comments