Release notes for framework 4.2.2

This commit is contained in:
Terje Sandstrom 2024-08-31 12:31:44 +02:00
Родитель d66a63edaf
Коммит bc95916af4
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -5,6 +5,12 @@ uid: frameworkreleasenotes
# Framework Release
## NUnit 4.2.2 - August 31. 2024
This hotfix addresses an issue with asynchronous behavior introduced in version 4.2.0. It resolves a regression bug that affected the release.
* [4802](https://github.com/nunit/nunit/issues/4802) System.NotSupportedException when using AsyncEnumerable test cases for `TestCaseSourceAttribute`. Fixed by [PR 4804](https://github.com/nunit/nunit/pull/4804.)
## NUnit 4.2.1 - August 23. 2024
This is a hotfix release for 4.2.0, fixing issues related to .NET Framework.