-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Quality: Replace Vanara with CsWin32 #16536
Conversation
This looks great, thank you! While you're at context menu thing, could you replace these manually defined types with cswin32 too? Files/src/Files.App/Data/Items/ContextMenu.cs Lines 6 to 33 in 08ab494
|
I will check it later. |
@0x5bfa As for As for |
Add MENU_ITEM_TYPE instead.
Maybe we should leave it as is. |
….Win32.UI.WindowsAndMessaging.MENU_ITEM_TYPE
@0x5bfa Have found |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much!
@Jack251970 thank you! |
Removed Vanara.PInvoke.Shell32.CMF & Vanara.PInvokeVanara.PInvoke.RECT import.
Replaced Vanara.PInvoke.Shell32.IApplicationActivationManage with Windows.Win32.UI.Shell.IApplicationActivationManager.
Removed useless Vanara import.
For #15000