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.
## What would you like to be added: .NET MAUI contains platform lifecycle hooks off their app builder which makes it easy for 3rd party plugins to hook into things...
## Current behavior ThemeService relies on ApplicationSettings to determine whether dark/light or system theme is used. The call fails so it always defaults to system, even if there's already a...
## Current behavior ReadPackagedAsync uses ApplicationData to determine folder for application files, which fails for unpackaged windows ## Expected behavior For unpackaged windows it should default to the folder of...
## What would you like to be added: Better CanExecute support 1. Enable async CanExecute 2. Implement `Command.Create(builder => builder.When(AsyncFunc))` 3. Enable MVUX generated-command's CanExecute ## Why is this needed:...
See original comment here: https://github.com/unoplatform/uno.extensions/pull/1420#discussion_r1182516258
There should be a specific page (probably under Advanced) that thoroughly discusses the bindable proxy models and entities generated in MVUX, as well as their base-types. Related: #1542
# Intro MVUX pagination methods use `uint` methods. If I understand correctly this is because no negative values are expected to be used. uint is also used in [`ISupportIncrementalLoading.LoadMoreItems`](https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.data.isupportincrementalloading.loadmoreitemsasync) #...
## What would you like clarification on: ## Concern? - [ ] Usage in industry - [ ] Clarification of capabilities - [ ] Getting started with Uno - [...
Scenario: The app uses an implementation of a specific service that connects to a server. The developer wants to create a mock implementation for that service for purpose of service.
Creating thorough reference docs is an ongoing priority, and we intend to track this work as features become documented. A vital part of this effort is annotating all interfaces, classes...