.NET 9 appears to break Windows API clipboard functionality · Issue #12184 · dotnet/winforms

Open link in next tab

.NET 9 appears to break Windows API clipboard functionality · Issue #12184 · dotnet/winforms

https://github.com/dotnet/winforms/issues/12184

Description Using the Windows API call SetClipboardData() to send data to the clipboard works fine with a project target framework of net8.0-windows. However, when I change the project to 'net9.0-w...

.NET 9 appears to break Windows API clipboard functionality · Issue #12184 · dotnet/winforms

cross-posted from: https://programming.dev/post/19621998

Beware of this issue if you were thinking of using .NET 9 for Windows apps.