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/Changelog-Platform.md
+21
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
7
+
## <aname="1.5.3" />[1.5.3] - 2025-01-27
8
+
9
+
See full log [here](https://github.com/microsoft/testfx/compare/v1.5.2...v1.5.3)
10
+
11
+
### Fixed
12
+
13
+
* Fix `MissingMethodException` for init-only properties when code is compiled against netstandard2.0 and runs on net9.0 at runtime by @dependabot in [#4794](https://github.com/microsoft/testfx/pull/4794)
Copy file name to clipboardExpand all lines: docs/Changelog.md
+21
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
7
+
## <aname="3.7.3" />[3.7.3] - 2025-01-27
8
+
9
+
See full log [here](https://github.com/microsoft/testfx/compare/v3.7.2...v3.7.3)
10
+
11
+
### Fixed
12
+
13
+
* Fix `Could not load type 'System.Threading.Lock'` error for WinUI when using net9.0 by @dependabot in [#4794](https://github.com/microsoft/testfx/pull/4794)
0 commit comments