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 clarification on ## Concern? - [ ] Usage in industry - [ ] Clarification of capabilities - [ ] Getting started with Uno - [...

kind/consumer-experience
kind/documentation
triage/untriaged

## Current behavior The relationship between Route and Region is chaotic [docs demo ](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/Advanced/HowTo-UseTabBar.html#code-example) ` ` 1. SelectedIndex="0" Unable to initialize display of Region="One" panel 2. SignUpPage must be implemented...

kind/bug
triage/untriaged

### What would you like to be added I would like to be able to add a HeaderText / Caption (would add this dependency Property in my Controltemplate beside the...

kind/enhancement
triage/untriaged

Given this implementation: https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/blob/d41b3868e75b5b1eb8e70ef7717a0a298ff7df1e/NetCoreConsoleClient/src/NetCoreConsoleClient/SystemBrowser.cs We should be able to use this to enable OIDC auth through the browser for the Skia targets of on Uno app

kind/enhancement
area/authentication

## Current behavior I implemented `VisualStateManager` as presented in example: [VisualStateManager](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Markup/VisualStateManager.html) In this example, `VisualStateManager` is a property of a topmost `UIElement`. It is working fine. I created couples of...

kind/bug
triage/untriaged

### Current behavior I have SomeUtils class that takes [UnoAppNavigation2.zip](https://github.com/user-attachments/files/17684440/UnoAppNavigation2.zip) in INavigator as ctor parameter, at creation the parameter is null ![image](https://github.com/user-attachments/assets/9b66b272-107a-479b-9f5b-390b889d9647) **App.xaml.cs** ``` ...omitted for brevity .ConfigureServices((context, services) =>...

kind/bug
triage/untriaged

### Current behavior If I want to define a `ItemsPanelTemplate` like this: ```cs new ItemsControl() .ItemsPanel( new ItemsPanelTemplate(() => new StackPanel().Orientation(Orientation.Horizontal))); ``` I get an compiler error, that `ItemsPanelTemplate` has...

kind/bug
project/csharp-markup

### Current behavior When I translate the ContentSizer sample in Windows Community Toolkit Gallery into C# markup, the sizer control do not show as expected. But it works with XAML....

kind/bug
triage/untriaged
project/csharp-markup

### Current behavior Not showing any ContentDialog created from MmainModel using xamlRootProvider thats xamlRoot was set while the Page Loaded Event Same Behaviour if you try to do the call...

kind/bug
triage/untriaged
project/csharp-markup

### What would you like to be added 1. See Edit Note in reasoning, there seem to be a fix for wpf solutions you might could replicate for fixing? Else:...

kind/enhancement
triage/untriaged