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

Use xunit.assert fork in dotnet/runtime #91091

Merged
merged 4 commits into from
Aug 25, 2023
Merged

Conversation

agocke
Copy link
Member

@agocke agocke commented Aug 24, 2023

Makes xunit.assert AOT-compatible for libraries testing.

Makes xunit.assert AOT-compatible for libraries testing.
@ghost
Copy link

ghost commented Aug 24, 2023

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

Issue Details

Makes xunit.assert AOT-compatible for libraries testing.

Author: agocke
Assignees: agocke
Labels:

area-Infrastructure-libraries

Milestone: -

@@ -88,6 +88,7 @@
<MicrosoftDotNetCodeAnalysisVersion>8.0.0-beta.23411.1</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetGenAPIVersion>8.0.0-beta.23411.1</MicrosoftDotNetGenAPIVersion>
<MicrosoftDotNetGenFacadesVersion>8.0.0-beta.23411.1</MicrosoftDotNetGenFacadesVersion>
<MicrosoftDotNetXUnitAssertVersion>8.0.0-beta.23411.1</MicrosoftDotNetXUnitAssertVersion>
Copy link
Member

Choose a reason for hiding this comment

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

You probably also want a Version.Details.xml entry to keep the version up-to-date.

Copy link
Member Author

Choose a reason for hiding this comment

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

Right! Nice catch, thanks

@agocke agocke merged commit 617f2e5 into dotnet:main Aug 25, 2023
180 checks passed
@agocke agocke deleted the use-msdn-assert branch August 25, 2023 21:35
@ghost ghost locked as resolved and limited conversation to collaborators Sep 25, 2023
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