winforms icon indicating copy to clipboard operation
winforms copied to clipboard

System.Windows.Forms and S.W.F.Design should test round trip between framework versions

Open Tanya-Solyanik opened this issue 5 years ago • 0 comments

Existing tests verify:

  1. integration scenarios where resources that are generated on .Net framework are read on Core
  2. test for presence of Serializable attribute on the known types and only on the known types
  3. 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

Tanya-Solyanik avatar Aug 01 '19 06:08 Tanya-Solyanik