wpf icon indicating copy to clipboard operation
wpf copied to clipboard

Ensure WPF tests without the System.Runtime.Serialization.Formatters package

Open ericstj opened this issue 1 year ago • 0 comments

The default behavior of System.Runtime.Serialization.Formatters changed in .NET 9 to throw always.

To keep WPF's tests working we added a reference to the compat package for this.

WPF should add a test that validates the throwing behavior without this package. That would need to be a separate assembly.

ericstj avatar Jul 30 '24 19:07 ericstj