Skip to content

Remove XUnit reference metadata from tests I switched over last week - #61691

Merged
trylek merged 1 commit into
dotnet:mainfrom
trylek:RemoveXUnitVersionMetadataFromILTests
Nov 17, 2021
Merged

Remove XUnit reference metadata from tests I switched over last week#61691
trylek merged 1 commit into
dotnet:mainfrom
trylek:RemoveXUnitVersionMetadataFromILTests

Conversation

@trylek

Copy link
Copy Markdown
Member

During code review of my latest PR Bruce raised the concern that
hard-coding public key values and version ID for the xunit.core
reference will cause enormous maintenance pain if we decide to
upgrade to a newer version of the module in the future. As Jeremy
verified that the metadata is not really needed, I'm deleting it
from all tests I switched over last week.

Thanks

Tomas

Contributes to: #54512

During code review of my latest PR Bruce raised the concern that
hard-coding public key values and version ID for the xunit.core
reference will cause enormous maintenance pain if we decide to
upgrade to a newer version of the module in the future. As Jeremy
verified that the metadata is not really needed, I'm deleting it
from all tests I switched over last week.
Thanks
Tomas
@trylektrylek added the area-Infrastructure-coreclr Only use for closed issues label Nov 16, 2021
@ghost

Copy link
Copy Markdown

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

Issue Details

During code review of my latest PR Bruce raised the concern that
hard-coding public key values and version ID for the xunit.core
reference will cause enormous maintenance pain if we decide to
upgrade to a newer version of the module in the future. As Jeremy
verified that the metadata is not really needed, I'm deleting it
from all tests I switched over last week.

Thanks

Tomas

Contributes to: #54512

Author:trylek
Assignees:-
Labels:

area-Infrastructure-coreclr

Milestone:-

@BruceForstallBruceForstall left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks!

@trylek

Copy link
Copy Markdown
MemberAuthor

Merging in, the mono failures are unrelated as the failing tests are under the JIT/HardwareIntrinsics folder I'm not changing in this PR.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure-coreclrOnly use for closed issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@trylek@jkoritzinsky@BruceForstall