Marvin Meysel
Marvin Meysel
I can confirm that my code is working with the modified call to vkel_strcmp. You may create a pull request for this.
There are already many other issues that are somewhat or directly related: https://github.com/dotnet/maui/issues/16251 https://github.com/dotnet/maui/issues/25612 https://github.com/MicrosoftEdge/WebView2Feedback/issues/3685
I have the very same issue with the WindowBase Assembly resolution but with a different kind of project (Maui Blazor Hybrid App) and running on .NET 8. Also adding `true`...
Here is the output from Windbg: ``` Microsoft (R) Windows Debugger Version 10.0.22621.755 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\dumps\MedwinPortable.exe.4152.dmp] User Mini Dump File with...
Yes, I am using `WindowsAppSDKSelfContained` but only for the publishing process as MSIX. I guess that may be the reason why it works when running unpackaged in VS2022. Packaging to...
I just updated my App to .NET 9 and the latest Windows App SDK and the issue is now gone. Thank you guys!
For me it does work to publish an unpackaged WinUI3 app only when `-p:WindowsPackageType=None` is *not* set. My .csproj looks like this: ``` WinExe net9.0-windows10.0.19041.0 app.manifest x64 win-x64 true enable...
@daltzctr For your `Unable to find package Microsoft.NETCore.App.Runtime.Mono.win-x64 with version (= 9.0.0)` error. The MonoVM desktop packages are not available anymore starting with .NET 9 Preview 7: https://learn.microsoft.com/en-us/dotnet/core/compatibility/deployment/9.0/monovm-packages
Any update on this? My users just encountered the same issue when rapidly touching UI elements in our MAUI Blazor app. Gladly, minimizing the window and then restoring it works...
@trajkovdimitar Weird. For me the issue with overloading the UI was already fixed a few versions back (webview2). Now with the release of v138 my final issue when using touchpad...