We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently a C++/WinRT project is used to generate WinMD for proxy types. Ideally this should be generated along with the server project's output.
C#/WinRT should be used but it has some issues:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently a C++/WinRT project is used to generate WinMD for proxy types. Ideally this should be generated along with the server project's output.
C#/WinRT should be used but it has some issues:
Type Arguments in Attributes Are Always System.Type in the WinMD microsoft/CsWinRT#1570MarshalingBehaviorAttribute and ThreadingAttribute Emitted into WinMD invalid microsoft/CsWinRT#1825Bug: Usage of System.Runtime.InteropServices.GuidAttribute in WinMD microsoft/CsWinRT#1852The text was updated successfully, but these errors were encountered: