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 # ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new behavior? ##...
GitHub Issue (If applicable): closes #2265 and [#146](https://github.com/unoplatform/uno.samples-private/issues/146) ## PR Type What kind of change does this PR introduce? ## What is the current behavior? ## What is the new...
GitHub Issue (If applicable): closes [#146](https://github.com/unoplatform/uno.samples-private/issues/146) ## PR Type - Documentation content changes ## What is the current behavior? ## What is the new behavior? ## PR Checklist Please check...
GitHub Issue (If applicable): https://github.com/unoplatform/uno.samples-private/issues/146 ## PR Type What kind of change does this PR introduce? - Documentation content changes ## What is the current behavior? ## What is the...
If I try and create a generic class and use it as a Feed property on my model, the code generation for the model fails with: > CSC : warning...
Let's have a look at this structure ``` C# routes.Register( new RouteMap(Segments.Construction, View: views.FindByViewModel(), Nested: [ new RouteMap(Segments.WebAuth, View: views.FindByView(), IsDefault: true), new RouteMap(Segments.WebPage, View: views.FindByView()), new RouteMap(Segments.Home, View: views.FindByViewModel()),//IsDefault:...
## Current behavior The ThemeService injection seems to have a problem. Navigating to a page that isn't the first page produces a COMException if we try to access the IsDark...
## On which page? https://github.com/unoplatform/uno.extensions/blob/main/doc/Learn/Authentication/HowTo-MsalAuthentication.md/#L1 ## What's wrong? The MSAL Documentation currently does not specify which platforms are or are not supported. While these are ultimately determined by MSAL itself...
## Current behavior https://github.com/unoplatform/uno.extensions/commit/14979905a3a4c35a2f72a546d3471ffa32da6bb9 removed the Microsoft.Identity.Client.Extensions.Msal dependency from net8.0, but this dependency is still required to get Wasm apps to build. This implicitly becomes a hidden dependendy, and while...
### Current behavior When testing DevExpress `DataGridView` control in an Uno Platform application with MAUI Embedding, **ObjCRuntime.RuntimeException** is thrown when using `CheckBoxColumn` or `TemplateColumn` for the columns on iOS. -...