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
Assert.That((orig==clone).Dump(),Is.EqualTo("false"),$"Orig should not be the same as clone for depth {FastCloner.MaxRecursionDepth}");
62
+
Assert.That((orig.Bs==clone.Bs).Dump(),Is.EqualTo("false"),$"Orig.Bs should not be the same as clone.Bs for depth {FastCloner.MaxRecursionDepth}");
63
+
Assert.That((orig.Bs.First()==clone.Bs.First()).Dump(),Is.EqualTo("false"),$"Orig.Bs.First() should not be the same as clone.Bs.First() for depth {FastCloner.MaxRecursionDepth}");
0 commit comments