Marvin Rühe
Marvin Rühe
Try `[System.Browsable]` in your code, this is the same as the issue I just opened in #102. The reason is some incomplete #if in silverlight compatibility code.
Is there a build of the WinUI branch available or should I build from source?
After discovering: http://roslynquoter.azurewebsites.net/ - I now understand that pure SyntaxFactory alone is not a great way to go here. Any suggestions on a little bit higher level, more condensed API?
Restoring the state of the last closed window seems like the most appropriate approach to me. If multiple windows are closed at the same time, I would suggest not saving...
See also: https://stackoverflow.com/questions/50930684/wpf-app-not-exiting-because-of-uwp-pdfdocument
@mrlacey Love that idea, good generalization of my suggestion. I can confirm that conditional XAML works in WinUI 3/WinAppSDK 1.0. The namespace of the static class in your example would...
I would like this very much! From my past experience the quick note, that the version structs differ in data type: System.Version uses int32 and PackageVersion ushort. But for the...
I would like to given example of why this issue is important to me. In my app I'm using only this line of WinRT related code. The app runs in...
Since this issues basically come down to "test and support" high-contrast themes, I thought I can add this high-contrast issue: When I apply the theme "Abenddämmerung" (sorry for the German)...
I have removed the `UAP` platform support from the nuget packages locally and removed any dependencies for the UAP platform using Nuget Package Explorer. When I use these packages the...