File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
2
19
3
20
This release of the NUnit Analyzers adds several new analyzers. For the ` RangeAttribute ` ,
4
21
the analyzers now warn about potential issues at runtime.
You can’t perform that action at this time.
0 commit comments