uno
uno copied to clipboard
Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
### Current behavior When Uno app project is created, UWP/WinUI project is no longer selected as Startup project by default, instead Android is the default project. ### Expected behavior Should...
GitHub Issue (If applicable): closes #8176 ## PR Type What kind of change does this PR introduce? Bugfix ## What is the current behavior? At the moment the Uno package...
GitHub Issue (If applicable): closes # According this discussion: https://github.com/unoplatform/uno/discussions/9145 The first PR for this, while fixing the name collision, didn't fix the availability of the constants and led to...
A generated Uno app project contains this piece of code: ```xml ``` A generated Uno library project contains this piece of code: ```xml ``` I searched online to understand what...
## Current behavior Inside the content of a Button.Flyout, a binding with TemplatedParent as the RelativeSource will fail. ## Expected behavior A binding with TemplatedParent will resolve correctly. ## How...
GitHub Issue (If applicable): closes #9417 ## PR Type What kind of change does this PR introduce? - Feature ## What is the current behavior? Native WPF/GTK text boxes are...
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? ##...
This was done using Visual Studio 2022 Preview 4.1 and Uno 3.10.11 The issue can be observed by running the performance profiler and navigation back and forth between the pages....
### Current behavior https://github.com/unoplatform/uno/blob/bdb7295574890d5da812248d62f5f230bebf257d/src/Uno.UWP/UI/Text/FontWeights.cs#L40 Uno defines FontWeights.SemiLight as having a value of 250 ### Expected behavior whereas Microsoft defines it as as having a value of 350: https://docs.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.text.fontweights.semilight?view=windows-app-sdk-1.1 https://docs.microsoft.com/en-us/uwp/api/windows.ui.text.fontweights.semilight?view=winrt-22621#windows-ui-text-fontweights-semilight
### Current behavior On iOS 16 beta (20A5328h), all UNO applications will crash when switching between edit fields if some have been prefilled or when repeatedly tapping the same field...