Skip to content
New issue

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

Enable creating C# projections based on multiple input winmd's and docs #386

Merged
merged 10 commits into from
Sep 7, 2021

Conversation

AArnott
Copy link
Member

@AArnott AArnott commented Sep 1, 2021

TODO

❓ Which metadata should be brought in automatically by CsWin32? win32metadata is the only one right now. Should we start including others? Should we remove win32metadata and leave no metadata inputs by default to better support folks who only want to generate projections for their own APIs?

@mikebattista
Copy link
Contributor

For now, we should continue to pull in win32metadata but support adding NuGet packages to the project that pull in additional metadata. Project templates can add additional references to metadata as well as prepopulate NativeMethods.txt to improve their out-of-box experience.

@AArnott AArnott marked this pull request as ready for review September 7, 2021 21:23
@AArnott AArnott enabled auto-merge September 7, 2021 21:28
@AArnott AArnott merged commit 75e3d8f into main Sep 7, 2021
@AArnott AArnott deleted the multipleInputs branch September 7, 2021 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants