picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.53k stars 318 forks source link

Remove BinaryFormatter from DragDropLib #2608

Closed jonko0493 closed 6 months ago

jonko0493 commented 6 months ago

Fixes #2607.

It seems like this still works perfectly fine in Eto.Test (on WPF at least). It should be functionally the same as the old version but using a more secure API.

cwensley commented 6 months ago

Looks great! Thanks for the contribution.