Open Sergio0694 opened 10 months ago
Mmh actually this seems to be failing even with no parameters at all. Not exactly sure what's going on 🤔
Update: Initial suspect is correct, you need to specify CsWinRTWindowsMetadata
. Otherwise it won't be able to find Windows.UI.WindowId
. Not sure about the case when you don't specify a parameter though.
Can reproduce. Initial suspect is that you didn't specify CsWinRTWindowsMetadata
. Turning on detailed verbosity to be sure. (scratch that, turns out you need to set CsWinRTEnableLogging
to get generator logs)
Describe the bug
Just noticed the following failure when using
WindowId
as a parameter for a method:To Reproduce
Expected behavior
Should work fine..?
Version Info