winforms
winforms copied to clipboard
System.Windows.Forms and S.W.F.Design should test round trip between framework versions
Existing tests verify:
- integration scenarios where resources that are generated on .Net framework are read on Core
- test for presence of Serializable attribute on the known types and only on the known types
- roundtrip within Core 3.0 and compare resulting blob against .Net
The missing test is to deserialize hardcoded Core content on .Net Framework. The existing round-trip test should be extracted into a new multi-targeted assembly and tests should run once on Core and once on .Net. Similar issue will be applicable when we have multiple version of Core framework