xdelta3-cross-gui icon indicating copy to clipboard operation
xdelta3-cross-gui copied to clipboard

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

Open dan0v opened this issue 2 years ago • 1 comments

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 avatar Sep 28 '21 16:09 dan0v

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

dan0v avatar Sep 11 '22 17:09 dan0v