NUnit Analyzers 4.12 - March 3, 2026
NUnit Analyzers 4.12 - March 3, 2026
This release of the NUnit Analyzers improves NUnit1029 to account for TestCaseSource
support for params and optional arguments. It also introduces a new analyzer for incorrect
usage of Is.Not.Null.Or.Empty, fixes regressions in NUnit2005 and NUnit2055, and updates
NUnit package dependencies.
The release contains contributions from the following users (in alphabetical order):
Issues Resolved
Features and Enhancements
- #957 Relax NUnit1029 for TestCaseSource where method accepts a single "params" array
- #189 Warning when
Is.Not.Null.Or.Emptyused
Bugs
- #953 Code fix for
NUnit2055can generate invalid code for classic asserts - #952 Code fix for
NUnit2005tries to useIs.Emptyconstraint on incompatible types.
Tooling, Process, and Documentation