Describe the bug
If I create .axaml that has contents like this (or similar):
<DockPanel VerticalAlignment="Top">
<Menu DockPanel.Dock="Top">
<MenuItem Header="_File">
<MenuItem Header="_Import..." />
<Separator />
<MenuItem Header="_Exit" />
</MenuItem>
</Menu>
</DockPanel>
The "File" menu will be visible, but the submenus won't open. Downloading .NET SDK x64 miraculously fixes the issue. (See further comments)
To Reproduce
Steps to reproduce the behavior:
1. Install .NET SDK Arm64
2. Create example Avalonia project that contains submenus.
3. Run the app
4. Voila
5. Install .NET SDK x64
6. Run the same app
7. Watch the issue disappear like magic
Desktop
- OS: MacOS
- Version: 0.10.18
Describe the bug
If I create .axaml that has contents like this (or similar):
The "File" menu will be visible, but the submenus won't open.
Downloading .NET SDK x64 miraculously fixes the issue.(See further comments)To Reproduce
Steps to reproduce the behavior:
1. Install .NET SDK Arm642. Create example Avalonia project that contains submenus.
3. Run the app
4. Voila
5. Install .NET SDK x646. Run the same app7. Watch the issue disappear like magicDesktop