Skip to content

Commit d54adca

Browse files
authored
Merge pull request #986 from nunit/release4.13
chore: Update release notes
2 parents cf8887f + 1b54008 commit d54adca

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
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

330
This release of the NUnit Analyzers improves `NUnit1029` to account for `TestCaseSource`
431
support for params and optional arguments. It also introduces a new analyzer for incorrect

0 commit comments

Comments
 (0)