Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Expose Module.ModuleVersionId#1781

Merged
nguerrera merged 1 commit into
dotnet:masterfrom
nguerrera:expose-mvid
Oct 16, 2015
Merged

Expose Module.ModuleVersionId#1781
nguerrera merged 1 commit into
dotnet:masterfrom
nguerrera:expose-mvid

Conversation

@nguerrera
Copy link
Copy Markdown

This is in support of dotnet/corefx#2375

The POR is not to expose it directly on Module in the core reflection contract but via a TryGet extension that is allowed to simply return false on platforms without this capability. The CoreCLR implementation of that extension will call Module.ModuleVersionId in mscorlib.

cc @jkotas @weshaggard

@jkotas
Copy link
Copy Markdown
Member

jkotas commented Oct 16, 2015

LGTM

@weshaggard
Copy link
Copy Markdown
Member

LGTM - Remember once this mirrors internal it is going to break the build because of the asmmeta update.

@nguerrera
Copy link
Copy Markdown
Author

@weshaggard Thanks for the reminder. I'm readying the change on the internal side.

nguerrera added a commit that referenced this pull request Oct 16, 2015
Expose Module.ModuleVersionId
@nguerrera nguerrera merged commit e83ca43 into dotnet:master Oct 16, 2015
@nguerrera nguerrera deleted the expose-mvid branch October 16, 2015 18:41
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants