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.
If application is created with a space and uses MVUX, code generator fails because the generated namespace has a space in it. The rootnamespace will not contain a space. ##...
### Current behavior You can not have ``Fluent Theme`` and ``MAUI Embedding`` both enabled in the same project. Add this markup in a project where both are enabled and it...
### Current behavior Can not compile ### Expected behavior Build successfully ### How to reproduce it (as minimally and precisely as possible) In the generated binding code in UNO's MVU,...
### What would you like to be added 1. [Critcal] An ability to manually refresh the ListFeed.PaginatedByCursorAsync mechanism. This should re-run the GetPage function to get new data. This should...
## What would you like clarification on Pagination with parameters (i.e. `SelectPaginated[ByCursor]Async`). ## Concern? - [ ] Usage in industry - [x] Clarification of capabilities - [ ] Getting started...
## On which page? A new page should be added for the Extensions Http section as part of the Getting Started Overview. This should discuss concerns around adding authentication to...
## Current behavior I am currently unable to use Hot restart to deploy and start an iOS app that uses MAUI embedding. ``` System.Exception: 'No class inheriting from a valid...
### Current behavior Throw the System.InvalidOperationException when application startup. The more info: ``` Uno.Extensions.Toolkit.ScopedThemeService: Error: GetSavedTheme - [ThemeService.GetSavedTheme()] - Error while reading stored theme. System.InvalidOperationException: Operation is not valid due...
## What would you like clarification on MSAL itself is not a simplistic library for authentication. Depending on how you configure it, it could be configured to: - Authenticate generically...
## What would you like to be added: Generate "BindBack" methods in Bindable Proxy for each `IState` property found in the model. ## Why is this needed: Using `x:Bind` with...