You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/articles/nunit/release-notes/framework.md
+57
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,63 @@ uid: frameworkreleasenotes
6
6
7
7
# Framework Release
8
8
9
+
## NUnit 4.3.1 - Dec 21. 2024
10
+
11
+
This is a hotfix release to address a type safety issue that broke when some classes had implicit conversion operators.
12
+
13
+
We had 3 bugs reported, they are all fixed by the same Pull Request.
14
+
15
+
In addition, a small internal build issue was fixed.
16
+
17
+
### Bug fixes
18
+
19
+
*[4903](https://github.com/nunit/nunit/issues/4903) Strange null reference after updating to v4.3.0. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4899](https://github.com/nunit/nunit/pull/4899)
20
+
*[4902](https://github.com/nunit/nunit/issues/4902) Regression in 4.3.0 comparing class that override equals and implicit string conversion. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4899](https://github.com/nunit/nunit/pull/4899)
21
+
*[4898](https://github.com/nunit/nunit/issues/4898) Assert(..., Is.EqualTo(...)) issues since 4.3.0. Thanks to NUnit Team member [Manfred Brands](https://github.com/manfred-brands) for [PR 4899](https://github.com/nunit/nunit/pull/4899)
22
+
23
+
### Internal fixes
24
+
25
+
*[4806](https://github.com/nunit/nunit/issues/4806) Benchmarks fail to run. Thanks to NUnit Team member [Steven Weerdenburg](https://github.com/stevenaw) for [PR 4897](https://github.com/nunit/nunit/pull/4897)
26
+
27
+
### Acknowledgements
28
+
29
+
We want to express our heartfelt gratitude to everyone who has contributed to this release
30
+
by reporting bugs, suggesting enhancements, and providing valuable feedback.
31
+
Your efforts help make NUnit better for the entire community.
32
+
33
+
A special thank you to the following reporters for identifying issues:
This release includes a series of enhancements and bug fixes. Notably, some of the bug fixes address issues related to a lack of type safety in NUnit. See issues [4877](https://github.com/nunit/nunit/issues/4877),
0 commit comments