|
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 |
2 | 42 |
|
3 | 43 | This release adds a couple of improvements to the analyzers:
|
4 | 44 | * Check that users don't accidentally specify CallerArgumentExpression parameters
|
|
0 commit comments