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
When a subclass overwrites a parent's class property with a more specific type, Assert.Equivalent fails with the following exception:
System.ArgumentException : An item with the same key has already been added. Key: ID
When a subclass overwrites a parent's class property with a more specific type, Assert.Equivalent fails with the following exception:
System.ArgumentException : An item with the same key has already been added. Key: ID
This appears to go wrong in AssertHelper.cs here:
The following example shows the issue:
Edit; styling and formatting.
The text was updated successfully, but these errors were encountered: