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

[mono] MarshalingPInvokeScanner tolerates DLLs without metadata #89430

Merged
merged 3 commits into from
Jul 26, 2023

Conversation

jandupej
Copy link
Member

@jandupej jandupej commented Jul 25, 2023

Addresses #89429 where MarshalingPInvokeScanner failed when trying to acquire a MetadataReader over a DLL that does not have metadata. The failure is shown here.

cc: @kotlarmilos

@jandupej jandupej added this to the 8.0.0 milestone Jul 25, 2023
@jandupej jandupej self-assigned this Jul 25, 2023
@jandupej jandupej requested a review from lambdageek July 25, 2023 10:52
Copy link
Member

@kotlarmilos kotlarmilos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

…PInvokeScanner.cs

Co-authored-by: Theodore Tsirpanis <teo@tsirpanis.gr>
@jandupej jandupej merged commit ef3fd85 into dotnet:main Jul 26, 2023
157 checks passed
@jandupej jandupej deleted the issue89429 branch July 26, 2023 11:48
@ghost ghost locked as resolved and limited conversation to collaborators Aug 25, 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.

None yet

3 participants