Brandon Minnick
Brandon Minnick
Thanks @ahoffmandevelopment! I've added this fix to our .NET 10 PR: https://github.com/CommunityToolkit/Maui/pull/2902/commits/b5add8ac4fe93eab51997e8ee8c24dead467779c I've marked these comments regarding .NET 10 as `Resolved` and kept this Issue open since this Issue is...
@ne0rrmatrix How are you able to test + verify this fix works for a `FlyoutPage`? This PR doesn't include an update to the sample app or additional unit tests. Any...
The `needs discussion` label signifies that the maintainers will discuss it in the next standup. I added the label to discuss with the team whether this is considered feature of...
It's a known issue fixed in the latest .NET MAUI workload. 1. Download + install the latest version of .NET: https://dotnet.microsoft.com/en-us/download 2. After updating to the latest version of .NET,...
This appears to be an issue caused by a mismatch between `net9.0-android` workload and the `Microsoft.Maui.Controls` NuGet Package. For now, the workaround is to set `options.SetShouldUseStatusBarBehaviorOnAndroidModalPage(false);` ```cs .UseMauiCommunityToolkit(static options =>...
@jfversluis Is this a known issue on the .NET MAUI team? It's nearly identical to the same issue that was resolved in SR3; here's the [Discord link to our conversation...
Edit: Yup - Shaun is correct. I see we commented at the same time 😊 🙌 We are blocked from merging any PRs until we've merged our [PR adding support...
Hi @stephenquan! Could you update this PR to resolve the merge conflicts? We've finally merged the massive .NET 9 PR today and it introduced a few merge conflicts across our...
> let me know how u get on the copilot. You can use any LLM. [Claude.ai](https://claude.ai/) is my preference. Just copy paste the analyzer code into Claude and tell it...
Excellent work! I'll copy this implementation across our other analyzers and merge the PR shortly. ### Analyzer Benchmark (this PR) | Method | Mean | Error | StdDev | Median...