I created an Avalonia app using the wizard in VS2022. The resulting app works correctly under Win11, but has a transparent window under WSL (Ubuntu 22.04.5).
Try running the resulting executable file under Windows. You should see a normal application window. Then copy the executable directory to WSL and try running it there. The application window will be transparent.
Describe the bug
I created an Avalonia app using the wizard in VS2022. The resulting app works correctly under Win11, but has a transparent window under WSL (Ubuntu 22.04.5).
To Reproduce
Compile the included VS2022 solution on Windows. AvaloniaApplication1.zip
Expected behavior
Try running the resulting executable file under Windows. You should see a normal application window. Then copy the executable directory to WSL and try running it there. The application window will be transparent.
Avalonia version
11.1.0 and 11.1.4
OS
Linux
Additional context
No response