Brandon Minnick
Brandon Minnick
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...
### Feature name Add `MemoryAnalyzer` ### Link to discussion https://github.com/CommunityToolkit/Maui/pull/1371 ### Progress tracker - [ ] Android Implementation - [X] iOS Implementation - [ ] MacCatalyst Implementation - [ ]...
This Pull Request adds a .NET MAUI sample app Fixes #49 I've also updated the Branch Protection rules for `master` to include both Windows + Mac, because I updated the...
### Description of Change ### This PR updates `CommunityToolkit.Maui.Markup` for .NET 9 ### PR Checklist ### - [x] Has tests (if omitted, state reason in description) - [x] Has samples...
### Description of Change ### This PR adds SourceLink to `CommunityToolkit.Maui.Markup`: https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link/ Adding SourceLink enables our users to more easily debug their code. ### PR Checklist ### - [x] Rebased...
### Description of Change ### This PR improves the performance of `TextAlignmentExtensionsGenerator`, optimizing for memory allocations and processing time. This PR also adds Unit Tests + Benchmarks for `CommunityToolkit.Maui.Markup.SourceGenerators` to...
### Description of Change ### This PR adds a more complex example of using a Popup that demonstrates the following: 1. Constructor injection, passing in a parameter using Dependency Injection...
### Description of Change ### This PR grants developers the capability to set global default values for every popup in their app using `DefaultPopupOptionsSettings` and `DefaultPopupSettings` in`.UseMauiCommunityToolkit(Options)`: ```cs .UseMauiCommunityToolkit(static options...
### Description of Change ### **Note:** This PR is in draft as `MultiValidationBehavior` requires an Attached Bindable Property (eg `BindableProperty.CreateAttached()`). This PR implements `[BindableProperty]` for Validation Behaviors. ### PR Checklist...