Jérôme Laban

Results 163 issues of 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. ![image](https://github.com/unoplatform/uno/assets/1608424/dc5d26f1-b8be-4465-8336-9ed8197fc8dd) _Originally...

platform/linux 🐧
project/core-tools 🛠️
area/framebuffer

### 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...

kind/enhancement
area/storage 📦
project/core-tools 🛠️
difficulty/tbd

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? ##...

area/build

# 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`...

kind/bug
triage/untriaged

## 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)...

kind/bug
triage/untriaged

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,...

kind/enhancement
difficulty/tbd
area/hot-reload

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'...

kind/bug
area/code-generation
difficulty/medium 🤔

## 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...

kind/bug
project/layout 🧱
difficulty/medium 🤔