Skip to content

Commit 4a06a08

Browse files
authored
Merge pull request #814 from nunit/release4.5
chore: Update release notes
2 parents 58cdb3a + 81de2a9 commit 4a06a08

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

CHANGES.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
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
229

330
This release of the NUnit Analyzers adds handling of `Assert.IsAssignableFrom`/`Assert.IsNotAssignableFrom` and
431
`Assert.Positive`/`Assert.Negative`. Also insertion of trivia for code fixes for `NUnit2007` and `NUnit2046`

0 commit comments

Comments
 (0)