Marvin Rühe
Marvin Rühe
``` if (n) { goto Done; } int a = 17; Done: ``` currently produces: ``` if n != 0 { goto Done } var a int = 17 Done:...
In production, reported via AppCenter, I get a COMException with HRESULT **E_FAIL** in a method creating a MenuFlyout. I have pasted a shortened version below: ```csharp private MenuFlyout CreateZoneContextMenu(Zone zone)...
### Describe the bug I'm using a small to medium amount of data in a `ListDetailsView` and the load time of that control is currently not great. To me it...
I am looking into how to best use Fluent Icons in my WinUI 3 app. I discovered that WinUI can download fonts on demand from a Microsoft cloud font service....
## Description After upgrading my test project to Windows App SDK 1.1 the execution of tests fails. ## Steps to reproduce I followed https://devblogs.microsoft.com/ifdef-windows/winui-desktop-unit-tests/ `UITestMethod` attributed tests, fail to run...
Looking through all the sample in the repo related to source generators, they all seem to be based on a StringBuilder or similar sting based approach to constructing the generator...
The ResourceManagement sample does not show the most common WinUI 3 case for localization: Strings in XAML files. I was wondering how to use MRT Core with x:Uid attributes. The...
The FormattedText constructor used in the example is marked as obsolete. Please update with other constructor. --- #### Document Details ⚠ *Do not edit this section. It is required for...
Please consider moving away from 'master' as a branch name. I suggest renaming the branch to 'main'. With the [tools ](https://github.com/github/renaming)put in place by GitHub this should be fairly straight...
**Is your feature request related to a problem? Please describe.** .NET is moving to enabling trimming and native compilation (NativeAOT) of dotnet assemblies. In .NET 5 trimming this was experimental...