Skip to content

Commit 49b186d

Browse files
authored
Merge pull request #891 from nunit/release4.9.1
chore: Update release notes
2 parents 3e29544 + 25608d4 commit 49b186d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGES.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# NUnit Analyzers 4.9 - June 11, 2025
1+
# NUnit Analyzers 4.9.1 - June 12, 2025
2+
3+
This release of the NUnit Analyzers fixes a problem with the code-fix for translating
4+
`Assert.Multiple`/`Assert.MultipleAsync` into the new `Assert.EnterMultipleScope` format
5+
when the test method already is asynchronous and have a return type different from `Task`.
6+
7+
The release contains contributions from the following users (in alphabetical order):
8+
* @MaceWindu
9+
* @manfred-brands
10+
* @mikkelbu
11+
12+
Issues Resolved
13+
14+
Bugs
15+
* #888 Assert.MultipleAsync -> EnterMultipleScope autofix produce invalid code
16+
17+
18+
# NUnit Analyzers 4.9 - June 11, 2025
219

320
This release of the NUnit Analyzers adds several new analyzers. For the `RangeAttribute`,
421
the analyzers now warn about potential issues at runtime.

0 commit comments

Comments
 (0)