Skip to content

Make MetadataReader.GetAssemblyName(string assemblyFile) public#71801

Merged
buyaa-n merged 4 commits intodotnet:mainfrom
buyaa-n:get-assembly-name
Jul 11, 2022
Merged

Make MetadataReader.GetAssemblyName(string assemblyFile) public#71801
buyaa-n merged 4 commits intodotnet:mainfrom
buyaa-n:get-assembly-name

Conversation

@buyaa-n
Copy link
Contributor

@buyaa-n buyaa-n commented Jul 8, 2022

Update internal API: MetadataReader.GetAssemblyName(string assemblyFile) to public

Fixes #63960
Related to #63915

@ghost
Copy link

ghost commented Jul 8, 2022

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost ghost assigned buyaa-n Jul 8, 2022
@ghost
Copy link

ghost commented Jul 8, 2022

Tagging subscribers to this area: @dotnet/area-system-reflection-metadata
See info in area-owners.md if you want to be subscribed.

Issue Details

Update internal API: MetadataReader.GetAssemblyName(string assemblyFile) to public

Fixes #63960
Related to #63915

Author: buyaa-n
Assignees: -
Labels:

area-System.Reflection.Metadata, new-api-needs-documentation

Milestone: -

….Metadata.cs

Co-authored-by: Stephen Toub <stoub@microsoft.com>
Copy link
Member

@joperezr joperezr left a comment

Choose a reason for hiding this comment

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

LGTM other than Jan's comment.

@buyaa-n
Copy link
Contributor Author

buyaa-n commented Jul 11, 2022

The test failure is know issue

@buyaa-n buyaa-n merged commit 933d78c into dotnet:main Jul 11, 2022
@buyaa-n buyaa-n deleted the get-assembly-name branch July 11, 2022 21:49
@ghost ghost locked as resolved and limited conversation to collaborators Aug 11, 2022
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.

[API Proposal]: MetadataReader.GetAssemblyName(string assemblyFile)

4 participants