microsoft / testfx

MSTest framework and adapter
MIT License
679 stars 246 forks source link

Fix Assert.AreEqual using null dynamic #3181

Closed Evangelink closed 1 week ago

Evangelink commented 1 week ago

Fixes #3145

Assert.AreEqual<T>(IEquatable<T>, IEquatable<T>) now handles the 2 arguments being null which fixes the case mentioned with dynamic.