Morten Nielsen

Results 478 comments of Morten Nielsen

Still broken in the final v1.5 release. I've seen this issue referred to in other discussions as well. Surprised this made it to release. My workaround above does still seem...

Since my workaround essentially does what your code does but ensures it delays until webview is ready I’m guessing there’s race conditions at play. But then again I’ve never seen...

Yes this isn't a keys issue. The blue background is caused by this: https://github.com/microsoft/microsoft-ui-xaml/issues/9377 I'm guessing someone forgot to remove some early debugging style? It would be nice if there...

LOLOLOL. I looked at that but didn't think too much of it other than it was an odd check to see if it is valid. I have an underscore in...

> The 2 you highlighted was a typo. Yes I'm aware, and that was my point. I've seen this typo made many times over the last many releases in blogs,...

Still digging through this without a resolution. I did find that once you got multiple XAML files in your project, they are no longer embedded in the .pri file. Only...

@AlanKharebov this seems unrelated to this issue. Also I’m not sure why you see a much simplified syntax which UWP also have had for years as signs it is immature...

@abdes only via manual fixing nuget package in a post-packaging step. It sucks

@michael-hawker it's bit a while since I had to hack around this issue, but if I recall, content files aren't packaged correctly in a WinAppSDK project, compared to how UWP...

@michael-hawker here's a more recent package I did, where I redirect the content file to a different folder: https://github.com/dotMorten/CalciteDotNet/blob/main/src/Esri.Calcite.WinUI/Esri.Calcite.WinUI.csproj#L14 And then include a build script to correctly include the file:...