Ronan Burke

Results 56 comments of Ronan Burke

> How can we notify the actual documentation writer to update it? Leonluc already submitted a GitHub issue for the docs :) https://github.com/dotnet/docs-maui/issues/2167#issue-2206080449

I've added some context that may be useful for these docs or other doc pages: https://github.com/dotnet/maui/issues/18230#issuecomment-2021422788

I think potentially, everything to do with `RuntimeIdentifier` and `RuntimeIdentifierOverride` is actually outdated and is no longer required in .NET 8. I've created a PR for the MAUI samples repo...

> Hi I'm an AI powered bot that finds similar issues based off the issue title. I think there are a lot of related FlexLayout issues (I've experienced #21970). This...

That's quite interesting! 😯 I tested several standard scale factors and it worked fine for me. I just assumed it was only custom! I only tested on one monitor.

I'm fairly sure this is essentially the same issue that #21333 was except the title is more accurate in this issue here. I've had the same issue with `materialdesignicons-webfont.ttf` and...

I wasn't quite sure where I should use @emily-curry 's workaround but I ended up doing this which worked for me: ``` csharp #if IOS using Microsoft.Maui.Controls.Handlers.Compatibility; using Microsoft.Maui.Platform; #endif...

> Can you test with the latest nightly build? https://github.com/dotnet/maui/wiki/Nightly-Builds I tried `8.0.6-nightly.9880` on the reproduction project and my actual project, both still had the same issue. I checked the...

I get the same error message as OP when trying to remove the `runFullTrust` capability: "The element specified requires "runFullTrust" capability". Although store submission is possible with this permission, its...

This will impact any iOS apps published on the store that are set to be allowed to run on M-procesor Macs. So even if you haven't specifically released a Mac...