File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # NUnit Analyzers 4.3 - August 9, 2024
1+ # NUnit Analyzers 4.4 - November 13, 2024
2+
3+ This release of the NUnit Analyzers adds handling of ` Assert.IsAssignableFrom ` /` Assert.IsNotAssignableFrom ` and
4+ ` Assert.Positive ` /` Assert.Negative ` . Also insertion of trivia for code fixes for ` NUnit2007 ` and ` NUnit2046 `
5+ have been improved.
6+
7+ The release contains contributions from the following users (in alphabetical order):
8+ * @manfred-brands
9+ * @MCPtz
10+ * @mikkelbu
11+ * @verdie-g
12+
13+ Issues Resolved
14+
15+ Features and Enhancements
16+ * #790 NUnit.Analyzers 4.3.0 missed an Assert.IsAssignableFrom that caused a build error after upgrading to latest NUnit 4.2.2
17+ * #789 NUnit.Analyzers 4.3.0 missed an Assert.Positive that caused a build error after upgrading to latest NUnit 4.2.2
18+
19+ Bugs
20+ * #784 Fix trivia for NUnit2046
21+ * #783 NUnit2007 doesn't apply trivia correctly
22+
23+ Tooling, Process, and Documentation
24+ * #788 chore: Bump NUnit to version 4.2.2
25+ * #785 chore(deps): Bump NUnit3TestAdapter from 4.5.0 to 4.6.0
26+ * #780 chore(deps): Bump CSharpIsNullAnalyzer from 0.1.495 to 0.1.593
27+ * #778 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1
28+ * #776 chore: bump version
29+ * #775 chore: Update release notes
30+
31+
32+ # NUnit Analyzers 4.3 - August 9, 2024
233
334This release of the NUnit Analyzers contains some bug fixes to existing analyzers and code fixes - among other
435improvements to trivia when using the code fix of NUnit2049.
You can’t perform that action at this time.
0 commit comments