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

Dogfood ComInterfaceGenerator in crossgen2 #84643

Merged
merged 7 commits into from
May 23, 2023

Conversation

jtschuster
Copy link
Member

Replace the manual ComWrappers implementation in crossgen2 with the ComInterfaceGenerator implementation.

ComInterfaceGenerator does not support chars yet, so they are replaced with ushort for the interface parameters, and manually cast to chars after the COM call.

@jtschuster jtschuster marked this pull request as ready for review April 11, 2023 21:38
Copy link
Member

@agocke agocke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't tell you how glad I am to see my code being deleted

@jkoritzinsky jkoritzinsky added the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Apr 13, 2023
@jkoritzinsky
Copy link
Member

Marking this No Merge for now until we update it based on the fact that the APIs are now in the product and not in Ancillary.Interop.

@mangod9
Copy link
Member

mangod9 commented May 8, 2023

Is this blocked on another PR which adds new APIs so this change could use them?

@AaronRobinsonMSFT
Copy link
Member

Is this blocked on another PR which adds new APIs so this change could use them?

Yep. As soon as we update the repo to the shipping preview 4? (or is it 5?) SDK we can merge this.

@jtschuster
Copy link
Member Author

Looks like we're on preview 4 now, @jkoritzinsky are we good to merge?

Copy link
Member

@jkoritzinsky jkoritzinsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One change, then LGTM!

@jtschuster jtschuster merged commit b591193 into dotnet:main May 23, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 22, 2023
@jtschuster jtschuster removed the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants