Convert all uses of UICommand to UIAction #9332
Labels
area-architecture
Issues with code structure, SDK structure, implementation details
area-controls-menubar
Desktop MenuBarItems
fixed-in-8.0.0-preview.7.8842
Look for this fix in 8.0.0-preview.7.8842!
partner/cat 😻
this is an issue that impacts one of our partners or a customer our advisory team is engaged with
platform/macOS 🍏
macOS / Mac Catalyst
t/desktop
The issue relates to desktop scenarios (MacOS/MacCatalyst/Windows/WinUI/WinAppSDK)
Milestone
Description
OnHold until: https://github.com/dotnet/maui/pull/14740/files/49f5f1f0685a17e332d3d67e4f654a605ccdae47#diff-f1798675642557df37437c1b2586c65818edf78c04b02740ff587e2d3486fc0fR50
Currently for Menus on Catalyst we are using
UICommand
's which requires selectors. This leads to a lot of awkward extra code. It appears that we can just useUIAction
instead.The text was updated successfully, but these errors were encountered: