KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.44k stars 191 forks source link

"Copy command line to clipboard" doesn't work #501

Open eatdrinksleepcode opened 3 years ago

eatdrinksleepcode commented 3 years ago

The Build Parameters screen includes a "Copy command line to clipboard" button; however, the line to set the clipboard value is commented out, presumably because there is no cross-platform Clipboard.

One option would be to reference the CopyText library from Simon Cropp to get cross-platform clipboard access. Otherwise, I would suggest that the button be removed.

KirillOsenkov commented 3 years ago

To confirm, this is for Avalonia, right?

eatdrinksleepcode commented 3 years ago

Sorry, yes for Avalonia.