Morten Nielsen

Results 104 issues of 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...

Bug
Triage Approved
CSharp

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

feature proposal
area-AppWindow
team-Reach
area-TitleBar

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

feature
area-Composition

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

area-Windowing
transfer-repo

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

area-DeveloperTools
area-MRTCore
feature proposal

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

enhancement
needs-triage

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

enhancement
triaged

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

enhancement
sprint

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

triaged