NUnit Analyzers 4.4 - November 13, 2024
This release of the NUnit Analyzers adds handling of Assert.IsAssignableFrom
/Assert.IsNotAssignableFrom
and
Assert.Positive
/Assert.Negative
. Also insertion of trivia for code fixes for NUnit2007
and NUnit2046
have been improved.
The release contains contributions from the following users (in alphabetical order):
Issues Resolved
Features and Enhancements
- #790 NUnit.Analyzers 4.3.0 missed an Assert.IsAssignableFrom that caused a build error after upgrading to latest NUnit 4.2.2
- #789 NUnit.Analyzers 4.3.0 missed an Assert.Positive that caused a build error after upgrading to latest NUnit 4.2.2
Bugs
Tooling, Process, and Documentation