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

ComInterfaceGenerator does not support by-value In and Out attributes for unmanaged-to-managed stubs #86608

Closed
jkoritzinsky opened this issue May 22, 2023 · 1 comment · Fixed by #86666

Comments

@jkoritzinsky
Copy link
Member

ComInterfaceGenerator generates invalid code for unmanaged-to-managed stubs when an array parameter is marked with the [In, Out] attributes in a valid configuration ([Out] or [In, Out] for non-blittable array elements).

@ghost ghost added the untriaged New issue has not been triaged by the area owner label May 22, 2023
@ghost
Copy link

ghost commented May 22, 2023

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

Issue Details

ComInterfaceGenerator generates invalid code for unmanaged-to-managed stubs when an array parameter is marked with the [In, Out] attributes in a valid configuration ([Out] or [In, Out] for non-blittable array elements).

Author: jkoritzinsky
Assignees: -
Labels:

area-System.Runtime.InteropServices

Milestone: -

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label May 23, 2023
@ghost ghost removed in-pr There is an active PR which will close this issue when it is merged untriaged New issue has not been triaged by the area owner labels May 24, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Jun 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant