Ronan Burke
Ronan Burke
The unpackaged docs should encourage users to do this as well https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/publish-unpackaged-cli?view=net-maui-8.0 The unpackaged docs mentioned you should use `-p:WindowsAppSDKSelfContained` to include the ".NET runtime". But from what I've observed,...
> Opened this one and will follow up with that team: [microsoft/Win2D#941](https://github.com/microsoft/Win2D/issues/941) It doesn't look like there is a huge amount of activity on that repository (and there are bugs...
Thank you for the update and the comms! I really appreciate its a tricky one to coordinate since it has a dependency but its great to hear the plan for...
Hey @mattleibow , I thought I'd give the changes a try early. Should the below changes work? 1. I've updated to the latest .NET MAUI version: `8.0.10` 2. Updated Win2D...
`BarBackgroundColor` does not update dynamically on WinUI. iOS appears fine.
In case it helps anyone else as it did for some of my unit tests. This worked when I wanted to check some code that did things with resource dictionaries...
I'm trying to publish a Packaged app with `WindowsAppSDKSelfContained=true` to avoid users needing to install the .NET 8 runtime separately. I've tried all the steps in your post @mattleibow to...
8.0.60 appears to resolve this issue thank you :)
8.0.60 this appears to be fixed for me with material design icons. Thank you :)
I did a small text/content update to my website which. My pipeline uses "https://dot.net/v1/dotnet-install.sh" to install .NET 8.0 so it presumably downloaded the latest version so I got this error....