BinaryFormatter becomes obsolete -> Remove it with .NET 8.0 #1033
Labels
area: core
Issues that address the core abstractions & the wrappers
state: ready to pick
Issues that are ready for being worked on
state: released
Issues that are released
type: enhancement
Issues that propose new functionality
I tried executing the preview version of .NET 8.0 with System.IO.Abstractions and got the following test errors (see #1032)
The reason is, that the
BinaryFormatter
becomes obsolete.I suggest to remove the support for Serialization under .NET8.0.
The text was updated successfully, but these errors were encountered: