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

Fix displaying multiple AssemblyMetadata attribute values #1643

Merged

Conversation

akoeplinger
Copy link
Contributor

@akoeplinger akoeplinger commented Dec 7, 2023

We were using a Dictionary to store the assembly metadata with the attribute name as the key, but an assembly can have multiple instances of an attribute e.g. the AssemblyMetadataAttribute so we were overwriting the previous values.

Before:

image

After:

image

@akoeplinger
Copy link
Contributor Author

/cc @jeromelaban

Copy link
Collaborator

@jeromelaban jeromelaban left a comment

Choose a reason for hiding this comment

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

Validated on web as well, look good to me!

@jeromelaban jeromelaban merged commit b6666f0 into NuGetPackageExplorer:main Dec 15, 2023
10 checks passed
@akoeplinger akoeplinger deleted the fix-assemblymetadata branch December 15, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants