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

Make marshaller types specific to each scenario #89894

Merged
merged 4 commits into from
Aug 4, 2023

Conversation

jtschuster
Copy link
Member

Make the marshaller types for the test interfaces only include the necessary methods for each scenario to catch any generated code that uses a method from another scenario (for example #89885)

@ghost
Copy link

ghost commented Aug 2, 2023

Tagging subscribers to this area: @dotnet/interop-contrib
See info in area-owners.md if you want to be subscribed.

Issue Details

Make the marshaller types for the test interfaces only include the necessary methods for each scenario to catch any generated code that uses a method from another scenario (for example #89885)

Author: jtschuster
Assignees: -
Labels:

area-System.Runtime.InteropServices

Milestone: -

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.

Were the product changes required to get this to pass? If so, awesome!

@jtschuster jtschuster merged commit d19a146 into dotnet:main Aug 4, 2023
113 checks passed
@jtschuster
Copy link
Member Author

Were the product changes required to get this to pass? If so, awesome!

I made these changes on top of #89822, so I'm not sure if it was strictly necessary in main, but the tests didn't compile without them.

@ghost ghost locked as resolved and limited conversation to collaborators Sep 3, 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.

2 participants