-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Some time ago, there was the WindowsAPICodePack, which essentially vanished from the public. Most of the APIs provided for WinForms do not exist to the current day.
Is there any plan to re-implement some of these APIs? There are #146 and #57 which already did some of this work.
There are numerous packages from different people on NuGet trying to bring back some of these APIs: https://www.nuget.org/packages?q=WindowsAPICodePack
There is also a suggestion on UserVoice: https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/5648009-start-developing-the-windows-api-code-pack-again
If adding these APIs to WinForms is not an option, what about providing updated versions that run on .NET Core? WinForms and WPF packages could be distributed separately.