Skip to content

Commit e3a226e

Browse files
authored
Merge pull request #530 from nunit/release3.6.1
chore: Update release notes
2 parents 14e59a2 + 48f15d2 commit e3a226e

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGES.txt

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
NUnit Analyzers 3.6 (and 2.6) - February 21, 2023
1+
NUnit Analyzers 3.6.1 (and 2.6.1) - March 10, 2023
2+
3+
This release of the NUnit Analyzers contain a single bug fix and some updates of dependencies.
4+
The bug fix removes a false positive from NUnit1030 - "The type of parameter provided by the TestCaseSource
5+
does not match the type of the parameter in the Test method" - when using TestCaseParameters.
6+
7+
The release contains contributions from the following users (in alphabetical order):
8+
* ehonda
9+
* manfred-brands
10+
* mikkelbu
11+
12+
Issues Resolved
13+
14+
Bugs
15+
* #523 False positive for NUnit1030 with TestCaseParameters bug
16+
17+
Tooling, Process, and Documentation
18+
* #528 chore(deps): Bump NUnit3TestAdapter from 4.4.0 to 4.4.2
19+
* #527 chore(deps): Bump NUnit3TestAdapter from 4.3.1 to 4.4.0
20+
* #522 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0
21+
22+
23+
NUnit Analyzers 3.6 (and 2.6) - February 21, 2023
224

325
This release of the NUnit Analyzers improves on the analysis of nullable reference types - in particular
426
in case of null coalescing operator and tuple deconstruction assignments.

0 commit comments

Comments
 (0)