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
If I have an interface ISelf that implements IList<T> and also IEquatable<ISelf>, then it is perfectly reasonable to call Assert.AreEqual(iself1, iself2).
At the moment, we have to disable MSTEST0065 due to all the false positives.
If I have an interface
ISelfthat implementsIList<T>and alsoIEquatable<ISelf>, then it is perfectly reasonable to callAssert.AreEqual(iself1, iself2).At the moment, we have to disable MSTEST0065 due to all the false positives.