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.
## Current behavior I am following the instructions in the documentation below to implement selection in a combobox. I discover that combobox is able to identify item firstly selected and...
## What would you like to be added: `ViewMapNotFoundException` ## Why is this needed: Hard to figure out what is wrong on runtime
 ## Current behavior `IKeyValueStorage.GetKeysAsync` returns keys with `_ADCSSS` suffix ## Expected behavior `IKeyValueStorage.GetKeysAsync` returns keys without `_ADCSSS` suffix ## How to reproduce it (as minimally and precisely as possible)...
## Current behavior Cannot activate `IKeyValueStorage` because of missing `ISettings` ## Expected behavior Calling `UseStorage` adds all required services ## How to reproduce it (as minimally and precisely as possible)...
You state ``` C# /// /// Gets a value saved under that name. If that value does not exist, throws a . /// ValueTask GetAsync(string key, CancellationToken ct); ``` ##...
## Current behavior If `MessageDialog` is used without a title it throws an exception on platforms other than windows. ## Expected behavior No exception. ## Workaround Set the title to...
See issue: https://github.com/unoplatform/uno.chefs/issues/1151 We should match the navigation route organization in the TestHarness app to demonstrate the need for unique routes for each path that you can take to navigate...
### Current behavior I created a new App with the UnoApp Template and Localization and Configuration enabled. I added the `ToggleLocalizationAsync()` of this [page](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Localization/LocalizationOverview.html). The Current Culture gets updated in...
## What would you like to be added: Consider the possibility to raise a property change on the `BindableXXXModel` itself when its `Value` change. ## Why is this needed: This...
GitHub Issue (If applicable): closes #2159 ## PR Type What kind of change does this PR introduce? - Documentation content changes ## What is the new behavior? New page "How...