Steven Brix
Steven Brix
The way I see it, there are two parts to this problem: 1. A XAML language server that knows nothing of the underlying platform. The language server understands the basic...
Hey all, I'm no longer on this team. @alwu-msft would better know the priority of this issue.
Oh sorry, let me update the issue with the definitition of `ISurfaceImageSourceNative` ```csharp [ComImport, Guid(MainWindow.ISurfaceImageSourceNative), InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface ISurfaceImageSourceNative { } ```
Gotcha, so with the way it currently works, it requires `ComImport`? I think that sounds ok to me for now, unless someone comes asking for it, I wouldn't change it
> CsWinRT would expose this API and code generated by some task in the SDK toolchain would call it at startup either in a module initializer or a Main method....
We seemed to have traded one evil for another and at the same time introduced a breaking change. Making changes like this doesn't seem like good engineering practice to me....
@wjk, what is the process of moving to CMake like? Is it fairly straightforward? I'm no fan of Nuget and .vcxproj for C++, but I'm even a worse fan of...
I transferred this issue from the WinUI repo since this is an issue with the PRI gen targets. I agree that a better error message telling the user what they...
So a) thank you for filing this issue Scott! This is a perfect summary of many of the tooling pain points our customers are facing. The good news is that...
I forgot a b... and b) Hooray for Project Reunion! 🙌 😄