Avalonia.Controls.TreeDataGrid icon indicating copy to clipboard operation
Avalonia.Controls.TreeDataGrid copied to clipboard

Enable IsTrimmable

Open mwasplund opened this issue 1 year ago • 0 comments

To allow projects that consume this package to trim their binaries this project needs to compile as .net 6 at a minimum with IsTrimmable enabled to catch any trimmable issues.

https://learn.microsoft.com/en-us/dotnet/core/deploying/trimming/prepare-libraries-for-trimming?pivots=dotnet-8-0

mwasplund avatar Nov 12 '23 05:11 mwasplund