File tree 1 file changed +28
-1
lines changed
1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
- # NUnit Analyzers 4.4 - November 13, 2024
1
+ # NUnit Analyzers 4.5 - December 22, 2024
2
+
3
+ The release primarily fixes a problem with the NUnit Analyzers when used with NUnit 4.3.1 - see #811 for more
4
+ information. In additional, we have also added some smaller improvements and bug fixes.
5
+
6
+ The release contains contributions from the following users (in alphabetical order):
7
+ * @manfred-brands
8
+ * @mikkelbu
9
+ * @RenderMichael
10
+ * @zlepper
11
+
12
+ Issues Resolved
13
+
14
+ Features and Enhancements
15
+ * #811 NUnit2021 ignores cast operation since NUnit 4.3.1
16
+ * #801 Allow NUnit2005 to recognize Is.Empty
17
+
18
+ Bugs
19
+ * #794 AD0001: Occasional InvalidOperationException error in analyzer in IDE
20
+
21
+ Tooling, Process, and Documentation
22
+ * #808 chore: Correct typo
23
+ * #806 Add information about dotnet_diagnostic.NUnit1032.additional_dispose_methods to the docs
24
+ * #795 chore(deps): Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
25
+ * #793 chore: bump version
26
+
27
+
28
+ # NUnit Analyzers 4.4 - November 13, 2024
2
29
3
30
This release of the NUnit Analyzers adds handling of ` Assert.IsAssignableFrom ` /` Assert.IsNotAssignableFrom ` and
4
31
` Assert.Positive ` /` Assert.Negative ` . Also insertion of trivia for code fixes for ` NUnit2007 ` and ` NUnit2046 `
You can’t perform that action at this time.
0 commit comments