Remove BinaryFormatter by MrJul · Pull Request #20455 · AvaloniaUI/Avalonia (original) (raw)
What does the pull request do?
This PR removes the deprecated BinaryFormatter support from our clipboard/drag-and-drop infrastructure.
It was only used on Windows for compatibility purposes and didn't work by default on .NET 9+.