Text-Grab retarget to .NET 10 failed with exception about ambiguous reference between 'System.Windows.Controls.ContextMenu' and 'System.Windows.Forms.ContextMenu' #514
Labels
bug
Something isn't working
Describe the bug
When retargeting Text-Grab app to .NET 10, it is built failed with errors:
'MenuItem' is an ambiguous reference between 'System.Windows.Controls.MenuItem' and 'System.Windows.Forms.MenuItem'
This is By Design for .Net 10
Please refer to dotnet/winforms#12903 to get details
To Reproduce
Steps to reproduce the behavior:
It will be show error : " 'MenuItem' is an ambiguous reference between 'System.Windows.Controls.MenuItem' and 'System.Windows.Forms.MenuItem'"
The text was updated successfully, but these errors were encountered: