Open andy840119 opened 1 year ago
Will have lots of api breaking change after upgrade to nunit 4.0 Some methods moved to LegacyAssert.
see: https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40
Before start upgrade the nunit, maybe should finish at least one:
Maybe we should use Assert.That(value, condition) instead?
Assert.That(value, condition)
see: https://github.com/nunit/nunit/issues/2437
And note that upgrade might have lots of similar breaking changes. Maybe it's time to try Grit
Will have lots of api breaking change after upgrade to nunit 4.0 Some methods moved to LegacyAssert.
see: https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40
Before start upgrade the nunit, maybe should finish at least one: