uno.extensions icon indicating copy to clipboard operation
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.

Results 272 uno.extensions issues
Sort by recently updated
recently updated
newest added

## What would you like to be added: Be able to pass data to VMs when navigating with TabBar or NavigationView, like: ```xml ``` ## Why is this needed: To...

kind/enhancement
triage/untriaged

## Current behavior When navigating to a route that matches a common type name with suffixes (e.g., List, resulting in ListView), the app goes blank and logs a warning: Uno.Extensions.Navigation.Navigators.ContentControlNavigator:...

kind/bug
triage/untriaged

## Current behavior After updating Uno.Sdk from 5.2.139 to 5.2.175, `IAuthenticationService.LoginAsync` gives this exception on Windows: > `Microsoft.Identity.Client.MsalClientException`: 'Only loopback redirect uri is supported, but msal://auth/ was found. Configure http://localhost...

kind/bug
triage/untriaged

# Use Cases: Samples + Docs | Use Case | Documentation | Sample(s) | |----------|---------------|-----------| | Create a Feed | [How to create a feed](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Mvux/Tutorials/HowTo-SimpleFeed.html) | ✔️ Available - https://github.com/unoplatform/Uno.Samples/pull/822...

kind/consumer-experience
kind/documentation
triage/untriaged

### Current behavior When adding `AuthenticationMsal` to `` and launching on Desktop an exception is thrown: ``` System.IO.FileNotFoundException: 'Could not load file or assembly 'Uno.Extensions.Authentication.MSAL.WinUI, Version=255.255.255.255, Culture=neutral, PublicKeyToken=null'. The system...

kind/bug

GitHub Issue (If applicable): closes #2381 ## PR Type What kind of change does this PR introduce? - Feature ## What is the current behavior? Window is always activated as...

GitHub Issue (If applicable): closes #2423 ## PR Type - Bugfix ## What is the current behavior? Warnings generated from initial template due to missing files ## What is the...

## What would you like to be added: When navigation happens to a relative route you match only the navigated segment of the path. Why can't you build the full...

kind/enhancement
triage/untriaged

## Current behavior If you have ``` C# routes.Register( new RouteMap("", View: views.FindByViewModel(), Nested: [ new ("Main", View: views.FindByViewModel(), Nested: [ new ("Home", View: views.FindByViewModel(), IsDefault: true, Nested: [ new...

kind/bug
triage/untriaged

### Discussed in https://github.com/unoplatform/uno.extensions/discussions/2307 ### Result of investigation (with more details) can be found here : https://github.com/unoplatform/uno.extensions/discussions/2307#discussioncomment-9573080 --- Originally posted by **mcNets** May 25, 2024 Testing C# Markup + MVUX,...