Matthew Leibowitz
Matthew Leibowitz
FYI: When using an Any CPU app head, then I still have to add this. ``` ```
Just adding some of the things that I found and am working around in maui. The Windows App SDK does already support AnyCPU since this is the default mode for...
This is maybe the same/similar issue to https://github.com/microsoft/WindowsAppSDK/issues/2684
@Scottj1s FYI
Can you try the latest preview 3.118? I wonder if there has been an update in the engine. Are you able to also try Mac Catalyst and see if this...
Just finding commits, could it have been this? https://github.com/dotnet/maui/pull/22917
I believe it was this: https://github.com/dotnet/maui/pull/22917 Reverting for now https://github.com/dotnet/maui/pull/30031
I am testing here with AWS and it works for me: https://github.com/mattleibow/SkiaSharpAwsLambda I am using the `SkiaSharp.NativeAssets.Linux.NoDependencies` package to avoid having to install OS dependencies. If you don't want this...
WinUI is technically using Direct3D via the ANGLE library. ANGLE is basically a wrapper for DirectX that looks like OpenGL ES. However, we still can add views to skip this...
OK, I will investigate. It should be working, and if not then it is a horrible case of a bug fest.