Copilot
Copilot
- [x] Create comprehensive MSAL setup guide with Azure AD configuration steps - [x] Create MSAL troubleshooting documentation with common issues and solutions - [x] Add Azure AD configuration validation...
## PR Type - Bugfix ## What is the current behavior? When ViewMaps are registered via RouteMap during navigation setup: ```csharp routes.Register( new RouteMap("TestPage", View: new ViewMap()) ); ``` The...
## PR Type - Documentation content changes ## What is the current behavior? Developers debugging null `DataContext` issues lack documentation on: - ViewMap's internal type registration and view-viewmodel association mechanism...
GitHub Issue (If applicable): closes https://github.com/unoplatform/uno.extensions/issues/2905 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? When navigating from Page A...
GitHub Issue (If applicable): closes #2936 ## PR Type - Bugfix ## What is the current behavior? When using `ListView` with `SelectionMode="Multiple"` bound to an `IListState` with `.Selection()`, selecting items...
Enables custom `Window`-derived types in the host builder pattern using a fluent `.UseWindow()` extension method. This follows the consistent `.UseXYZ()` pattern used throughout Uno.Extensions (like `UseMauiEmbedding`, `UseToolkit`, etc.). ## Changes...
GitHub Issue (If applicable): # ## PR Type What kind of change does this PR introduce? - Feature - Documentation content changes ## What is the current behavior? No built-in...
GitHub Issue (If applicable): # ## PR Type - Bugfix ## What is the current behavior? When `HorizontalContentAlignment="Center"` is set on NavigationBar with a MainCommand displayed, content centers only within...
GitHub Issue (If applicable): # ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? Card and CardContentControl controls have no...
GitHub Issue (If applicable): closes #[issue_number] ## PR Type - Feature ## What is the current behavior? `MainCommandMode` has two values: `Back` (automatic back navigation) and `Action` (custom behavior with...