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

Make sure default ALC is initialized before resolving satellite assembly #1032

Merged

Conversation

elinor-fung
Copy link
Member

@elinor-fung elinor-fung commented Dec 18, 2019

Fix dotnet/corefx#42477

@elinor-fung elinor-fung force-pushed the satellite-uninitializedDefaultALC branch from f902733 to 03693d3 Compare December 19, 2019 20:27
DECLARE_ARGHOLDER_ARRAY(args, 0);
CALL_MANAGED_METHOD_NORET(args)

pManagedAssemblyLoadContext = GetManagedAssemblyLoadContext();
Copy link
Member

Choose a reason for hiding this comment

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

Nit: _ASSERTE(pManagedAssemblyLoadContext != NULL); ?

@elinor-fung elinor-fung merged commit c1a51e2 into dotnet:master Jan 7, 2020
@elinor-fung elinor-fung deleted the satellite-uninitializedDefaultALC branch January 7, 2020 01:26
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 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.

2 participants