Skip to content

NUnit Analyzers 4.12 - March 3, 2026

Choose a tag to compare

@mikkelbu mikkelbu released this 07 Mar 15:15
· 17 commits to master since this release
429d689

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.Empty used

Bugs

  • #953 Code fix for NUnit2055 can generate invalid code for classic asserts
  • #952 Code fix for NUnit2005 tries to use Is.Empty constraint on incompatible types.

Tooling, Process, and Documentation

  • #973 chore: Bump NUnit version
  • #970 chore: Bump NUnit to version 4.5.0
  • #967 Fix note about works with Unity Test Framework
  • #937 chore: bump version