winforms icon indicating copy to clipboard operation
winforms copied to clipboard

Remove obsolete API usage from Winforms

Open dreddy-work opened this issue 3 years ago • 0 comments

.NET version

.NET 7.0

Did it work in .NET Framework?

Yes

Did it work in any of the earlier releases of .NET Core or .NET 5+?

Yes

Issue description

Latest .NET runtime enforcing to discourage use of obsolete APIs in WinForms. This issue is to track obsolete APIs and replace them.

  • [ ] AssemblyName.Codebase
  • [ ] AssemblyNAme.EscapedCodebase

Steps to reproduce

refer to work around commit in https://github.com/dotnet/winforms/pull/7306, https://github.com/dotnet/winforms/pull/7306/commits/564f1c14c355352c598fbec2c63d1fbf25c457f4

dreddy-work avatar Jun 15 '22 20:06 dreddy-work