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 In a typical navigation flow with Uno.Extensions.Navigation, where `MainPage` is a standard page (without `NavigationView` or `TabBar`), navigating to `SecondPage` successfully builds a navigation stack. This allows...
## Current behavior When we generate a _ViewModel_ we are [adding a `[BindableAttribute]`](https://github.com/unoplatform/uno.extensions/blob/main/src/Uno.Extensions.Reactive.Generator/Bindables/ViewModelGenTool_3.cs#L101). This attribute should be considered by the [bindable type provider generator](https://github.com/unoplatform/uno/blob/master/src/SourceGenerators/Uno.UI.SourceGenerators/BindableTypeProviders/BindableTypeProvidersGenerationTask.cs#L133) to generate the type info for...
Along with work from https://github.com/unoplatform/uno.extensions/issues/2510 Currently, the generation of the kiota classes based on the openapi json/yml spec needs to be done manually before building the project. See: https://learn.microsoft.com/en-us/openapi/kiota/using#client-generation We...
## On which page? https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Storage/StorageOverview.html ## What's wrong? It speaks of a walkthrough but I see nothing. No tutorial, no API reference, no Google results. Does it even exist? ##...
Although the [Navigate with XAML](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/HowTo-NavigateInXAML.html#_content) page is quite similar to what is done when using CSM, I think we should mention it there as well as the syntax is a...
## What would you like clarification on This Xaml visible Properties are not listed in the Uno Documentation Reference Area and also not explained how to correctly or overall use:...
## Current behavior Clicking on the SettingsItem while IsSettingsVisible="True": Uno.Extensions.Navigation.MappedRouteResolver: Warning: TypeFromPath - Navigation failed: Could not resolve type for path 'SettingsItem'. Uno.Extensions.Navigation.MappedRouteResolver: Warning: TypeFromPath - Navigation failed: Could not...
### Current behavior When application loads first time fired form Visual Studio in IIS it all good, but once a refresh button is clicked only "Page One" is shown but...
Message record `status` property is declared as lowercase in primary constructor ([line 98](https://github.com/unoplatform/uno.extensions/blob/5e2e4a67c36c9cfef6fcbf21a2d393166334ed35/doc/Learn/Mvux/WorkingWithRecords.md?plain=1#L98)), but is uppercase when used in example code ([line 109](https://github.com/unoplatform/uno.extensions/blob/5e2e4a67c36c9cfef6fcbf21a2d393166334ed35/doc/Learn/Mvux/WorkingWithRecords.md?plain=1#L109))
Use something similar to https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/blob/main/NetCoreConsoleClient/src/NetCoreConsoleClient/SystemBrowser.cs for a browser implementation that can support net-desktop targets I believe @carldebilly has a modified version of this that can do away with the Kestrel...