Brandon Minnick
Brandon Minnick
Hey George! I verified `MaximumRatingRangeAnalyzer` (and added another bounds-test and added Benchmarks for it), but I'm unable to trigger the `MaximumRatingCodeFixProvider` (screen capture below). Are you able to confirm that...
@GeorgeLeithead Let's just remove the CodeFix and keep the analyzer to avoid delaying this PR. The description you've included the Analyzer is sufficient for developers to understand the problem and...
Hey @GeorgeLeithead! Just following up - we just need to do two things to merge RatingView that I need your help with: - Resolve the overlapping type names (`public enum...
Is this issue in the Sample App, or is the root cause in `CommunityToolkit.Maui.MediaElement`? In the future, if you find an Issue in the Sample App, and the PR doesn't...
Fixed in https://github.com/CommunityToolkit/Maui/pull/1581
@KeithBoynton My current focus is preparing for .NET 9
According to the docs `macOS-latest` still points to macOS 12 for some reason 🤷♂️ https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#software
For some reason the sample app build fails when using Xcode 15.3 due to a configuration problem on the sever; it looks like they didn't install the macOS SDK (likely,...
Are we sure that removing the all of the `BindableProperty`s is a good choice? This means that users can no longer bind to any of the following properties from the...
Correct, we recommend using `Loaded` event. We have an example of how to show a `Popup` in the `OnAppearing` method in our sample app here: https://github.com/CommunityToolkit/Maui/blob/28e030c24f370c73e6fb0490ba4111ad7c74f205/samples/CommunityToolkit.Maui.Sample/Pages/Views/Popup/ShowPopupInOnAppearingPage.xaml.cs#L1-L29