Skip to content

NUnit Analyzers 3.8 (and 2.8)

Compare
Choose a tag to compare
@mikkelbu mikkelbu released this 25 Sep 14:03
· 207 commits to master since this release
767ae3a

NUnit Analyzers 3.8 (and 2.8) - September 25, 2023

This release contains a fix to the WithinUsageAnalyzer and handling of false duplicates when
combining NUnit1032 - An IDisposable field/property should be Disposed in a TearDown method -
with LifeCycle.InstancePerTestCase.

The release contains contributions from the following users (in alphabetical order):

Issues Resolved

Features and Enhancements

  • #595 NUnit1032 false positive in LifeCycle.InstancePerTestCase test fixture using constructor

Bugs

  • #596 WithinUsageAnalyzer threw an exception of type 'System.IndexOutOfRangeException'

Tooling, Process, and Documentation

  • #598 Update NUnit1032.md to fix typo Dipose -> Dispose.