You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
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
locked as resolved and limited conversation to collaborators
Jun 24, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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).The text was updated successfully, but these errors were encountered: