Steve Kirbach

Results 13 issues of Steve Kirbach

### Issue Description When you try to reference either `Microsoft.VCLibs` or `Microsoft.UniversalCRT.Debug` when the `TargetPlatformIdentifier` == `Windows`, you get errors `MSB3842` and `MSB3843`. This is a new scenario that is...

bug
Partner request

When using C#/WinRT, how developers do COM interop has changed a bit. Before: ```csharp Guid guid = new Guid(ISurfaceImageSourceNative); var imageSource = new MyImageSource(); IntPtr pointer = Marshal.GetIUnknownForObject(imageSource); IntPtr pOut;...

enhancement

Hey @kekekeks, I'm looking through the architecture of this and wondering how tightly coupled to generating IL this is? As you know, I'm trying to get an effort started around...

It would be awesome to start working towards a proper XAML editor in VS Code. A few things off the top of my head that this would need to accomplish:...

Feature Request
Triaged

I propose we enable the compiler to infer the proper union case name in a `match` statement from known type information. The existing way of approaching this problem in F#...

area: unions

This project seems really interesting, I am all for moving away from .sln files - they are a nightmare. I'm just curious what the difference between this and https://github.com/microsoft/MSBuildSdks/tree/master/src/Traversal is?

### Describe the bug When a user drags outside of our app, we create a transparent window which follows the mouse pointer and is used to allow people to drag...

bug
team-Markup
area-DragAndDrop

### Describe the bug The Window class doesn't cache the `AppWindow` object, so this is showing up in our app traces for an app that needs to access the actual...

bug
team-Markup
area-Windowing

### Describe the bug the InputKeyboardSource.GetKeyStateForCurrentThread is often wrong and reporting keys as being `Locked` when they aren't [InputKeyboardSourceRepro.zip](https://github.com/microsoft/WindowsAppSDK/files/13550889/InputKeyboardSourceRepro.zip) ### Steps to reproduce the bug 1. download attached zip and...

area-Input

**Describe the bug** When working with code (especially porting Mac code to Windows) i find that the language server can get in a state where `sourcekit` problems are still reported...

bug
sourcekit-lsp