uno.extensions
uno.extensions copied to clipboard
Libraries to ease common developer tasks associated with building multi-platform mobile, desktop and web applications using Uno Platform or WinAppSDK.
We added two extension methods for Messaging on top of IState. We need to add this as part of the documentation. ## What would you like clarification on ## For...
## Current behavior When [ObservableProperty] is used in C# markup, the compiler fails with: _The type 'Uno.ObservableAsMarkupApp.MyItem' cannot be used as type parameter 'T' in the generic type or method...
GitHub Issue (If applicable): closes #2473 ## PR Type What kind of change does this PR introduce? - Bugfix ## PR Checklist Please check if your PR fulfills the following...
## What would you like to be added: Recently we used the `DynamicallyAccessedMembers` attribute to prevent some symbols from being removed by the linker (#2548), instead of using a LinkerDefinition...
## Current behavior Setting `uen:Region.Attached="true" ` on Grid (or NavigationView) throws `Windows.UI.Xaml.Markup.XamlParseException`: `Failed to assign to property 'Uno.Extensions.Navigation.UI.Region.Attached'. ` ## Expected behavior Should not throw any exception ## How to...
GitHub Issue (If applicable): closes #2491 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? #2491 ## What is the...
## What would you like to be added: To improve the integration of breadcrumb navigation within our application, we need to extend the BreadcrumbBar control by introducing an attached property....
## Current behavior Uno.Extensions.Navigation.Navigators.ContentControlNavigator[0] Show - Missing view for navigation path '' ## Expected behavior warning should not exist. Maybe template generation should add the needed view. ## How to...
GitHub Issue (If applicable): closes #2510 ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ##...
## What would you like to be added: Rename the Bindable Generator Attribute to something more generic, especially now that this is not generating BindableModels anymore but instead it is...