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 If you navigate to a page using the modal navigation (`!`), when you alt+tab the page is being dismissed automatically on Windows. ## Expected behavior For me...
closes https://github.com/unoplatform/uno.extensions-private/issues/195 ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ## PR Checklist Please check...
Pending update from #2053 (@jeromelaban) > let's prefix with Uno.Extensions to avoid conflicts with other docs
## Current behavior In my app that has MSAL authentication and not navigation extensions, build fails once I add the MSAL NuGet with: ``` CSC : error CS8785: Generator 'ForceBindingsUpdateGenerator'...
## Expected (MVUX) vs. current (Regular) behavior Multi selection doesn't work as expected when a `ListView` is bound to an `IListFeed`. (1) Expected (direct classic data binding) vs. (2) binding...
## Current behavior ## Expected behavior ## How to reproduce it (as minimally and precisely as possible) ### `MainPage.xaml` ```xml ``` ### `MainModel.cs` ```csharp public IFeed CurrentWeather => Feed.Async(WeatherService.GetCurrentWeather); ```...
## What would you like clarification on: ## Concern? - [ ] Usage in industry - [ ] Clarification of capabilities - [ ] Getting started with Uno - [...
## What would you like to be added: Improve the way `ViewModelMappings` is being generated. ## Why is this needed: 1. We are generating them in the "assembly name" namespace,...
## What would you like to be added: Change the implementation for ShowMessageDialogAsync to use ContentDialog so that it can be appropriately styled (eg material or fluent) ## Why is...