dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.31k stars 956 forks source link

Allow Binary Format Binder Specification #11369

Open lonitra opened 2 months ago

lonitra commented 2 months ago

In scenarios where BinaryFormatter must be used, we should investigate how we might allow for a binder to be specified to make usage more deterministic. Perhaps adding Application.BinaryFormatterBinder to specify globally for runtime or some other means