Skip to content

Commit 2c5a93e

Browse files
authored
Merge pull request #735 from nunit/release4.2
chore: Update release notes
2 parents 37ee849 + 5fe049b commit 2c5a93e

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

CHANGES.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
1-
# NUnit Analyzers 4.1 - March 16, 2024
1+
# NUnit Analyzers 4.2 - April 24, 2024
2+
3+
This release of the Analyzers extends NUnit2050 to also cover `Assume` and Nunit1032 to consider dispose of a type
4+
having explicit interface implementation. Furthermore, named parameters are now handled correctly codefixes for
5+
classical asserts, and NUnit2010 improves the logic for determining `Equals` methods.
6+
7+
The release contains contributions from the following users (in alphabetical order):
8+
* @Bartleby2718
9+
* @hazzik
10+
* @maettu-this
11+
* @manfred-brands
12+
* @matode
13+
* @mikkelbu
14+
15+
Issues Resolved
16+
17+
Features and Enhancements
18+
* #731 Add test for wrapping conditional expression in parenthesis for NUnit2050
19+
* #720 Replace UpdateStringFormatToFormattableString with String.Format
20+
* #719 NUnit2050 should cover Assume
21+
* #710 Nunit1032 - consider dispose of a type having explicit interface implementation
22+
23+
Bugs
24+
* #728 NUnit2010 - do not consider Equals call if it doesn't override Object.Equals
25+
* #712 [bug] Code fix for NUnit2005 does not correctly fix Assert.AreEqual if named parameters are used in unexpected order
26+
27+
Tooling, Process, and Documentation
28+
* #733 Missing full stops added to NUnit2050
29+
* #722 Use Markdown for CHANGES
30+
* #708 chore: bump-version
31+
32+
33+
# NUnit Analyzers 4.1 - March 16, 2024
234

335
This release of the Analyzers extends the suppression of nullable warnings to also respect assumptions -
436
expressed via `Assume.That`. Also nullable warnings are suppressed even in the context of the

0 commit comments

Comments
 (0)