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

GitHub Issue (If applicable): closes #2470 ## PR Type What kind of change does this PR introduce? - Bugfix ## What is the current behavior? Tokens are saved with the...

I have created very simple app that presents a list of Items in an `ItemsRepeater`. All works fine on `net8.0-desktop` but on net8.0-windows10.0.19041 the app constantly crashes when `MainPageModel.AddItem()` method...

area/mvux
area/concurrency

As of [this](https://github.com/unoplatform/uno.extensions/commit/14979905a3a4c35a2f72a546d3471ffa32da6bb9), we now need to wrap the MSAL builder calls with `UNO_EXT_MSAL`. Like we are doing in the [TestHarness](https://github.com/unoplatform/uno.extensions/blob/fbe8ccf3f18eef69b5acff868e1cc38d8151f5c9/testing/TestHarness/TestHarness.Shared/Ext/Authentication/Msal/MsalAuthenticationMultiHostInit.cs#L106). We should document the platforms that are/are not supported...

kind/consumer-experience
kind/documentation

GitHub Issue (If applicable): closes #2273 ## PR Type What kind of change does this PR introduce? - Documentation content changes ## What is the current behavior? ## What is...

kind/documentation

Some documentation/details at the moment are not used in the published documentation. They will need to be reviewed and adjusted to be added to the TOC for the Navigation documentation....

kind/consumer-experience
kind/documentation
triage/untriaged

## What would you like to be added: ## Why is this needed: ## For which Platform: - [ ] iOS - [ ] Android - [ ] WebAssembly -...

kind/enhancement
triage/untriaged

## What would you like to be removed: Parsing the route with regex twice ## Why is this needed: It is strange and inefficient to perform the same operation twice...

kind/enhancement
triage/untriaged

Actually can you check with a new project... this seems to have a bunch of nodes that have been removed and should be provided by Resizetizer now. _Originally posted by...

Can we put a note on why this is commented out. _Originally posted by @dansiegel in https://github.com/unoplatform/uno.extensions/pull/2437#discussion_r1695288189_