The WinformsControlTest app under the Winforms repo will stop running when opening TreeView/ListView form #9322
Labels
area-Serialization-BinaryFormatter-FeatureWork
Feature work under the general area of BinaryFormatter related serialization
Milestone
.NET version
.NET 8.0.100-preview.6.23320.4
Did it work in .NET Framework?
Not tested/verified
Did it work in any of the earlier releases of .NET Core or .NET 5+?
Yes, it cannot repro in .NET 8.0.100-preview.5.23261.16.
Issue description
In E2E testing, the WinformsControlTest app under the Winforms repo will stop running when opening TreeView/ListView form. After investigation, we found an exception: BinaryFormatter serialization and deserialization are disabled within this application was catched.
Stop running:
debug.mp4
Exception:
Call stack:
Steps to reproduce
The text was updated successfully, but these errors were encountered: