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.
GitHub Issue (If applicable): closes [#679](https://github.com/unoplatform/Uno.Samples/issues/679) ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ##...
## Current behavior I get different Results when using 'Command.Async' vs 'new AsyncRelayCommand' AsyncRelayCommand: ``` ICommand cmd = new AsyncRelayCommand(async () => { btn2.CustomRadioButtonIsEnabled = !btn2.CustomRadioButtonIsEnabled; await Task.Delay(100); }); btn1.ButtonCommand...
Given `Iterator.cs`: ```cs public partial record Iterator(IImmutableList Items) { public int CurrentIndex { get; init; } = 0; public T CurrentItem => Items[CurrentIndex]; public int Count => Items.Count; public bool...
## What would you like to be added: Trying to use OpenIddict Client it inserts a special `IHostedService` that extracts protocol activation, redirects activation and stops the application. This means...
Would suggest to use `key` instead of `name` to minimize confusion. _Originally posted by @carldebilly in https://github.com/unoplatform/uno.extensions/pull/2373#discussion_r1647657439_
Missing definition for Bindings in Uno.Extensions.Navigation.Generators.ForceBindingsUpdateGenerator
### Current behavior When I compile my application, I encounter the following error. There are no other errors in the build. ``` C:\AlarmBrowser\Uno.Extensions.Navigation.Generators\Uno.Extensions.Navigation.Generators.ForceBindingsUpdateGenerator\AlarmBrowser.Presentation.MainPage.g.cs(21,15,21,23): error CS1061: 'MainPage' does not contain a...
GitHub Issue (If applicable): closes #2346 ## PR Type What kind of change does this PR introduce? - Build or CI related changes ## What is the current behavior? ##...
GitHub Issue (If applicable): closes # ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ##...
GitHub Issue (If applicable): closes # ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ##...