File tree 1 file changed +31
-1
lines changed 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 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
2
32
3
33
The release primarily add another diagnostic ` NUnit4002 ` - and associated codefix - to help simplify
4
34
` EqualTo ` constraints when the expected value is a simple constant - e.g. ` true ` , ` false ` , ` 0 ` , or
You can’t perform that action at this time.
0 commit comments