Skip to content

Commit bb132f0

Browse files
authored
Merge pull request #682 from nunit/release4.0
chore: Update release notes
2 parents 87e452f + 7056b7f commit bb132f0

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

CHANGES.txt

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
1-
NUnit Analyzers 3.10 (and 2.10) - November 27, 2023
1+
NUnit Analyzers 4.0 - January 27, 2024
2+
3+
Version 4 of the NUnit analyzers drops the support for older releases of Visual Studio. I.e.
4+
releases of Visual Studio that are older than Visual Studio 2019 16.3. In addition, this release
5+
contains various bug fixes to existing analyzers, support of the CancelAfterAttribute
6+
that was introduced in NUnit 4, and extends the codefix for NUnit2007 to also work when
7+
.Within is used.
8+
9+
The release contains contributions from the following users (in alphabetical order):
10+
* Abrynos
11+
* gfoidl
12+
* Laniusexcubitor
13+
* MaceWindu
14+
* manfred-brands
15+
* mikkelbu
16+
* RenderMichael
17+
* SeanKilleen
18+
19+
Issues Resolved
20+
21+
Features and Enhancements
22+
* #669 NUnit2007 does not provide codefix when .Within is used
23+
* #609 Drop support for VS before 2019
24+
25+
Bugs
26+
* #663 NUnit1027 fired when CancellationToken and [CancelAfter] is given
27+
* #659 NUnit1032 throws an exception in a specific configuration
28+
* #656 NUnit1028 warns about overridden methods
29+
* #635 ArgumentException in DisposeFieldsAndPropertiesInTearDownAnalyzer
30+
31+
Tooling, Process, and Documentation
32+
* #676 chore: markdownlint-cli2-config is removed use flag instead
33+
* #668 chore(deps): Bump StyleCop.Analyzers.Unstable from 1.2.0.507 to 1.2.0.556
34+
* #662 chore: Bump NUnit 4 to version 4.0.1
35+
* #660 chore: Bump to NUnit 4
36+
* #654 chore: Bump version
37+
* #630 Update NUnit Analyzer docs to respect 120-character docs rule documentation
38+
* #508 Restore "File version" and "Product version" in analyzer dlls
39+
40+
41+
NUnit Analyzers 3.10 (and 2.10) - November 27, 2023
242

343
This release adds a couple of improvements to the analyzers:
444
* Check that users don't accidentally specify CallerArgumentExpression parameters

0 commit comments

Comments
 (0)