Skip to content

Commit 5855a44

Browse files
authored
Merge pull request #867 from nunit/release4.8
chore: Update release notes
2 parents 11a7bed + 7aa5820 commit 5855a44

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

CHANGES.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
1-
# NUnit Analyzers 4.7 - April 1, 2025
1+
# NUnit Analyzers 4.8 - May 22, 2025
2+
3+
This release of the NUnit Analyzers adds a new diagnostic `NUnit1034` that checks
4+
whether base TestFixtures are declared as `abstract`. When a base class is not `abstract`
5+
it will also be run as a standalone test which is most times not the intention.
6+
7+
The release also contains some fixes to `NUnit4002` and `Nunit2045`.
8+
9+
The release contains contributions from the following users (in alphabetical order):
10+
* @Bartleby2718
11+
* @CharliePoole
12+
* @MaceWindu
13+
* @manfred-brands
14+
* @mikkelbu
15+
* @Rabadash8820
16+
17+
Issues Resolved
18+
19+
Features and Enhancements
20+
* #840 Detect incorrect or questionable use of TestFixture inheritance.
21+
22+
Bugs
23+
* #862 NUnit.Analyzers doesn't recognize the version of NUnit in use
24+
* #856 NUnit4002 shouldn't trigger for unknown types
25+
26+
Tooling, Process, and Documentation
27+
* #861 Add missing backticks in NUnit4002.md
28+
* #855 chore: bump version
29+
30+
31+
# NUnit Analyzers 4.7 - April 1, 2025
232

333
The release primarily add another diagnostic `NUnit4002` - and associated codefix - to help simplify
434
`EqualTo` constraints when the expected value is a simple constant - e.g. `true`, `false`, `0`, or

0 commit comments

Comments
 (0)