dynamitey icon indicating copy to clipboard operation
dynamitey copied to clipboard

NUnit tests are using deprecated asserts. Migrate to new NUnit patterns.

Open AtwoodTM opened this issue 6 months ago • 0 comments

See:

https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md https://github.com/nunit/nunit.analyzers/blob/master/documentation/NUnit2006.md

These migrations need to be made to remove warnings in .NET 6 and to allow upgrading to .NET 8 (where they are errors).

AtwoodTM avatar Aug 06 '24 20:08 AtwoodTM