Windows 10/11 Custom Shell Context Menu items in C# (WinUI-3) using WinUICommunity/ShellContextMenu
I'm working on some WinUI-3 C# app trying to add a single item to Explorer's Context Menu.
I found this library, ShellContextMenu (https://github.com/WinUICommunity/ShellContextMenu)
Which apparently lets you do just that!
There isn't much documentation about it.
The first part of the instructions say to add some code to
I tried adding the
But, that gives me an error that I don't even know what it means:
I tried looking for other ways to do this but no luck. So I think my current option is to try this library.
I'd appreciate any help,
this is literally my first time using C#, WinUI.
After searching for a whole day, at first it looked like a hell, but now it does feel like one
I found this library, ShellContextMenu (https://github.com/WinUICommunity/ShellContextMenu)
Which apparently lets you do just that!
There isn't much documentation about it.
The first part of the instructions say to add some code to
package.appxmanifestI tried adding the
xmlns lines to the Package block and then adding the Exentions block in.But, that gives me an error that I don't even know what it means:
I tried looking for other ways to do this but no luck. So I think my current option is to try this library.
I'd appreciate any help,
this is literally my first time using C#, WinUI.
After searching for a whole day, at first it looked like a hell, but now it does feel like one

GitHub
add a new ContextMenu for Windows 11/10. Contribute to WinUICommunity/ShellContextMenu development by creating an account on GitHub.
