Skip to content

Commit 66b3f0f

Browse files
authored
Merge pull request #907 from nunit/release4.10.0
chore: Update release notes
2 parents a9232d8 + b9dcfe9 commit 66b3f0f

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

CHANGES.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
# NUnit Analyzers 4.9.2 - June 17, 2025
1+
# NUnit Analyzers 4.10 - August 9, 2025
2+
3+
This release of the NUnit Analyzers contains some minor improvements to NUnit2050, NUnit2056, and NUnit2007 as well
4+
as some improvements to existing tests. Once again, @manfred-brands was responsible for the majority of the work.
5+
6+
The release contains contributions from the following users (in alphabetical order):
7+
* @dfev77
8+
* @manfred-brands
9+
* @mikebro
10+
* @mikkelbu
11+
12+
Issues Resolved
13+
14+
Bugs
15+
* #901 False positive on NUnit2050
16+
* #899 NUnit2056 analyzer's code fix removes comments and empty lines above it.
17+
* #896 NUnit2007 shouldn't trigger for generic types e.g. typeof(T)
18+
19+
Tooling, Process, and Documentation
20+
* #905 NUnit4.4 alpha -> beta changes
21+
* #897 chore: Correct typo in NUnit2045.md
22+
* #894 Improve tests by adding ↓ to tests were it is missing in the source
23+
* #887 chore: bump version
24+
25+
26+
# NUnit Analyzers 4.9.2 - June 17, 2025
227

328
This release of the NUnit Analyzers extends the `NUnit3001` nullability suppressor
429
to also work in the context of `Assert.EnterMultipleScope` and other using statements.

0 commit comments

Comments
 (0)