-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Hitting LibraryImport asserts in VS #72036
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries |
Tagging subscribers to this area: @dotnet/interop-contrib |
Can you get us a dump (or at least the location for the Debug.Assert call)? |
I think this from trying to look for v1 shapes on string marshallers - some bad effect of moving to v2 for string marshallers while we still have v1 support? I expect #71989 would fix this, since it removes the v1 path and its asserts. |
Should be fixed by #71989. |
I cleaned and sync'd to latest this morning:
The text was updated successfully, but these errors were encountered: