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.
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...
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...
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...
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....
## What would you like to be added: ## Why is this needed: ## For which Platform: - [ ] iOS - [ ] Android - [ ] WebAssembly -...
## 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...
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_