Morten Nielsen
Morten Nielsen
This tracks all samples that gets loaded in what order, and a few key system metrics (like graphics card/driver, OS/Framework versions, remote desktop etc) that have been known to cause...
**Describe the bug** Create a new .NET Standard Class Library, and you'll be prevented from referencing the SDK due to the class library being AnyCPU. This limitation should not be...
## Summary Currently with Preview 4 we can extend into the titlebar with custom UI content - however any buttons, textboxes or others will not receive mouse inputs. ## Rationale...
### Describe the bug Currently the backdrop APIs are not supported on Windows 10. Trying to apply the backdrop will throw an exception. Instead allow us to apply the backdrop...
### Describe the bug When hiding the titlebar using `OverlappedPresenter.SetBorderAndTitleBar(true, false)` a few pixels of white titlebar still shows. ### Steps to reproduce the bug 1. Create a new WinUI...
**Describe the bug** The build error you receive when incorrectly targeting `net5.0` instead of `net5.0-windows10.0.xxxxx` is very unhelpful: ``` Error MSB4086 A numeric comparison was attempted on "$(TargetPlatformVersion)" that evaluates...
## Description If you add a `[Timeout(xxx)]` attribute to a test, and it times out, the test is shown as failed with a System.Timeout exception. There's no way to tell...
## Description With WinForms and WPF being added to .NET Core 3.0 we have a need for being able to run in STA on `netcoreapp3.0` targets. I believe this is...
## Description If the test adapter was targeting .NET Standard instead of/in addition to netportable, we could reuse the test discovery and execution on Xamarin. The asserts. attributes etc are...
## Description UWP doesn't have the option to add a result file. I get that the storage APIs can be limited here and are sandboxed, but the test runner is...