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

Fix storage buffer specific IMarshal interface by updating it to new interface format #930

Merged
merged 3 commits into from
Jul 27, 2021

Conversation

manodasanW
Copy link
Member

@manodasanW manodasanW commented Jul 26, 2021

Looks like the storage specific IMarshal interface was not updated to the new interface format with UnManagedCallers that doesn't use delegates. This caused it to go through the generic type path and it having a public constructor caused issues. Updating the IMarshal interface to the new format. Did a scan of other interfaces and updated a couple others.

Fixes #905
Fixes #755

@manodasanW manodasanW requested a review from ujjwalchadha July 26, 2021 18:46
@manodasanW manodasanW merged commit 75ffe54 into master Jul 27, 2021
@manodasanW manodasanW deleted the manodasanw/updateIMarshal branch July 27, 2021 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants