dan0v / xdelta3-cross-gui

A cross-platform GUI for creating xDelta3 patches, available for Windows, Linux, and Mac
Apache License 2.0
101 stars 11 forks source link

.Net 5 TrimMode=Link breaks drag and drop file behaviour #16

Closed dan0v closed 1 year ago

dan0v commented 2 years ago

When using member-level trimming in .Net 5 (TrimMode=Link), Avalonia's DragDrop.DropEvent seems to not fire. Temporarily worked around in Version 1.1.2 by using TrimMode=CopyUsed instead.

dan0v commented 2 years ago

Additionally, retaining System.StubHelpers.InterfaceMarshaler and <BuiltInComInteropSupport>true</BuiltInComInteropSupport> required for .Net 6 support (implemented in commit)

dan0v commented 1 year ago

No longer relevant