Windows
Windows copied to clipboard
Collection of controls for WinUI 2, WinUI 3, and Uno Platform developers. Simplifies and demonstrates common developer tasks building experiences for Windows with .NET.
Combination of 'helper' things from MT.Uwp and MT.Uwp.UI. For initial port, most important things are: ```[tasklist] ### Helpers - [x] CameraHelper - [ ] DeeplinkParser - [ ] ObjectStorage -...
### Describe the bug If you set a border on the SettingsExpander with the 'Border' property, it will not be displayed. ``` ``` ### Steps to reproduce ```text Create a...
### Describe the bug I created a sample project using Uno 5.1 and CommunityTooklit 8 focusing on trying to use the SettingsCard. This project seems to work correctly on windows...
### Describe the bug The WinUI 3 tests that are run in the CI for build validation are sometimes failing with the following error: ``` Passed RequestsAsync (20,5) [4 ms]...
This should work for WASM now with Uno.
### Describe the bug We are preparing the upgrade to .Net 8.0 from our .Net 6.0 based project. Unfortunately the AttachedCardShadow causes a crash with the following exception: Error message:...
### Describe the bug In my UWP project the Tick and the Needle of my RadialGauge do not appear. It works well on Windows 11 (x86) but fail on Windows...
### Describe the bug In a `SuggestionChosen` handler, using `SuggestionChosenEventArgs.Format.ForegroundColor` to set token text color only works if a `SuggestionChosenEventArgs.Format.BackgroundColor` is set to something other than `Colors.Transparent`. If this isn't...
### Describe the bug Like was written on the 8.0 release notes, Windows App SDK 1.4 indeed introduced XAML Island support, but only by adding `DesktopWindowXamlSource`. The Hosting API of...