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

Run class cctor in RuntimeHelpers.GetUninitializedObject(type). #44898

Merged
merged 3 commits into from
Nov 19, 2020

Conversation

vargaz
Copy link
Contributor

@vargaz vargaz commented Nov 18, 2020

Fixes #44852.

@ghost
Copy link

ghost commented Nov 18, 2020

Tagging subscribers to this area: @CoffeeFlux
See info in area-owners.md if you want to be subscribed.

Issue Details
Description:

Fixes #44852.

Author: vargaz
Assignees: -
Labels:

area-VM-meta-mono

Milestone: -

@am11
Copy link
Member

am11 commented Nov 18, 2020

Should the mono exclusion be deleted to validate the fix in CI? It's just this line:

[ActiveIssue("https://github.com/dotnet/runtime/issues/44852", TestRuntimes.Mono)]

@vargaz vargaz merged commit 3440021 into dotnet:master Nov 19, 2020
@vargaz vargaz deleted the uninit-cctor branch November 19, 2020 22:42
@ghost ghost locked as resolved and limited conversation to collaborators Dec 19, 2020
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.

Mono: RuntimeHelpers.GetUninitializedObject doesn't run class ctor
4 participants