tangdf

Results 4 comments of tangdf

```cs [Fact] public void CanCopyInterfaceField() { MyObject o = new MyObject(); MyClass original = new MyClass { Field1 = o, Field2 = o }; var result = DeepCopier.Copy(original); Assert.Same(original.Field1, original.Field2);...

@walaqi Batching of Statement in Entity Framework Core

Give me some time , I'll try to fix those issues soon.

@bbakermmc https://github.com/tangdf/EFCore.SqlServer.WithChangeTracingContext