-
Notifications
You must be signed in to change notification settings - Fork 746
Marked 'NUnitEqualityComparer.AreEqual(object, object, Tolerance, bool)' as obsolete #3959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… bool)' as obsolete
The CI builds failed on Linux/macOS due to a problem with the build script. Lacking the ability to reproduce it on my system, I would be happy if someone from the NUnit team can have a look at it?
Output of macOS build:
|
@x789 As far as I can tell we are starting to use version 1.3.0 of the cake.tool. Prior we used version 1.2.0 on this branch. Version 1.3.0 were uploaded to nuget for approx 7 days ago. Successful build - https://nunit.visualstudio.com/NUnit/_build/results?buildId=4321&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=6c56d998-158d-5232-283c-5140104799fc
The builds are working on master, but there we also have #3835. @rprouse can you see any problem in backporting #3835 to the |
I don't see an issue with backporting. I had to make a bunch of changes, so we'll need to be careful to not break anything, but no issues... |
I can take a look at it this weekend, if nobody beats me to it. |
This is PR 1/2 that solves issue #3410.
Changes:
NUnitEqualityComparer.AreEqual(object, object, Tolerance, bool)
as obsolete.AreEqual(object, object, Tolerance)
, so there are no internal references to the deprecated method.