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
chore: Remove TODOs related to old NUnit.Analyzer issues and bump pac…
…kage (#5020)
I didn't add the NUnit.Analyzers to nunit.testdata as there were ~60
compile errors due to test cases that checks how the framework handles
bad data. So I've left that as future work.
Restore backward compatibility for Is.EqualTo<T>(T? expected) (#5013)
* Restore backward compatibility for Is.EqualTo<T>(T? expected)
Unfortunately this make UsingPropertiesComparer less elegant for the advanced case.
This either requires changing `EqualTo` into `EqualToGeneric`
Or passing the type to `UsingPropertiesComparer<Person>`
* Removed Is.EqualToGeneric methods