Skip to content

Commit

Permalink
chore: Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelbu authored Sep 25, 2023
1 parent f6e3687 commit d2ddcaa
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
NUnit Analyzers 3.7 (and 2.7) - September 16, 2023
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):
* andrewimcclement
* fredjeronimo
* HenryZhang-ZHY
* manfred-brands
* mikkelbu

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.


NUnit Analyzers 3.7 (and 2.7) - September 16, 2023

This release contains a lot of improvements and corrections to the supression of non-nullable fields and properties
that are assigned in setup methods (and not in constructors). We have also added suppression of:
Expand Down

0 comments on commit d2ddcaa

Please sign in to comment.