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.12 - March 3, 2026
1+ # NUnit Analyzers 4.13 - May 2, 2026
2+
3+ This release of the NUnit Analyzers updates analyzer handling for the NUnit 4.6 API change that replaces
4+ ` ActualValueDelegate<> ` with ` Func<> ` - see https://github.com/nunit/nunit/issues/4824 for more information.
5+ Analyzers now also consider the return type of ` Func<> ` in assertions. The release also includes one bug fix and
6+ some dependency updates.
7+
8+ The release contains contributions from the following users (in alphabetical order):
9+ * @manfred-brands
10+ * @mikkelbu
11+ * @RenderMichael
12+
13+ Issues Resolved
14+
15+ Features and Enhancements
16+ * #982 Recognized Func<T > return values
17+
18+ Bugs
19+ * #968 Whitespace issue in Does.Contain fixer when assert spans multiple lines
20+
21+ Tooling, Process, and Documentation
22+ * #978 Bump cake.tool from 6.0.0 to 6.1.0
23+ * #976 chore: Correct documentation
24+ * #975 chore: bump version
25+ * #956 Bump cake.tool from 4.0.0 to 6.0.0
26+
27+
28+ # NUnit Analyzers 4.12 - March 3, 2026
229
330This release of the NUnit Analyzers improves ` NUnit1029 ` to account for ` TestCaseSource `
431support for params and optional arguments. It also introduces a new analyzer for incorrect
You can’t perform that action at this time.
0 commit comments