Jérôme Laban
Jérôme Laban
When I debug my app with WSL2, my app renders with small text. I saw this information on Uno doc, but I don't know where to call FrameBufferHost.DisplayScale.  _Originally...
### What would you like to be added Add support for WinUI APIs such as [KnownFolders.GetFolderAsync](https://learn.microsoft.com/en-us/uwp/api/windows.storage.knownfolders.getfolderasync?view=winrt-22621) that would provide access to saving files directly. ### Why is this needed Once...
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? ##...
# Current behavior If msbuild is running in x86 mode, resizetizer will fail as it uses the wrong files for skiasharp. See https://github.com/unoplatform/uno/discussions/16512#discussioncomment-9343004. ## Expected behavior Runs properly when `PROCESSOR_ARCHITECTURE`...
## Current behavior SetWindowIcon may be duplicated between a class library and an app. ## Expected behavior Build succeeds ## How to reproduce it (as minimally and precisely as possible)...
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? ##...
### What would you like to be added C# Hot Reload for iOS/Catalyst fails with: ``` Cannot register two managed types ('unoapp.MainPage#2, unoapp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' and 'unoapp.MainPage#1, unoapp, Version=1.0.0.0,...
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? ##...
### Current behavior When building an application, the following message may arise: ``` error CS0433: The type 'GlobalStaticResources' exists in both 'XXX, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null' and 'XXX, Version=0.0.1.0, Culture=neutral, PublicKeyToken=null'...
## How to reproduce it (as minimally and precisely as possible) This sample should show an icon: ```xaml ``` ## Workaround - Remove the ContentTemplate template binding - Add a...