File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 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
325This release of the NUnit Analyzers improves on the analysis of nullable reference types - in particular
426in case of null coalescing operator and tuple deconstruction assignments.
You can’t perform that action at this time.
0 commit comments