mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The first CI run on a macOS runner surfaced that these tests encoded the Windows/Linux menu shape, while MainMenu.Attach intentionally diverges on macOS: TranslateGesturesForMacOS rewrites Control to Meta so shortcuts follow the Cmd-key convention, and PromoteHelpToMacAppMenu moves the Help items into the application menu and drops the _Help top-level. The tests now assert the macOS-correct expectations on macOS, including that the Help content lands in the app menu rather than vanishing. Assisted-by: Claude:claude-fable-5:Claude Codepull/3404/head
1 changed files with 21 additions and 2 deletions
Loading…
Reference in new issue