dotnet / winforms

Windows Forms is a .NET UI framework for building Windows desktop applications.
MIT License
4.35k stars 965 forks source link

[Tracking] Update `TaskDialog` `HandleTaskDialogNativeCallback` code when CsWin32 is updated to use Win32MetaData v57 #10348

Open elachlan opened 9 months ago

elachlan commented 9 months ago

Based on comment: https://github.com/dotnet/winforms/pull/9900#discussion_r1396556837

https://github.com/dotnet/winforms/blob/7a6f7349b6c57cc74f346498df279c2078818075/src/System.Windows.Forms/src/System/Windows/Forms/Dialogs/TaskDialog/TaskDialog.cs#L262-L274

Tanya-Solyanik commented 1 month ago

@elachlan - could yo uplease check if v57 had been released?

elachlan commented 1 month ago

CsWin32 is now using v60 of the metadata. But I am unsure if the issue has been resolved.