-
-
Notifications
You must be signed in to change notification settings - Fork 177
Migrate repo to MTP #1490
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
base: main
Are you sure you want to change the base?
Migrate repo to MTP #1490
Conversation
|
The xunit projects needs to be migrated to xunit.v3. @SimonCropp Would you be interested in migrating to xunit.v3+MTP? |
|
yep. happy to migrate to MTP. but there seems to be some build errors? |
|
Yes, migration to xunit.v3 is needed first. I'll do it. |
|
note that verify supports both xunit v2 and v3 |
|
@Youssef1313 need any help from me? |
|
Thanks @SimonCropp for the ping. So far I didn't yet have the time to look into this, unfortunately. If you want to take it over, that's perfectly fine. Otherwise, I'll try to get to it once the time permits. |
| @@ -0,0 +1,2 @@ | |||
| [dotnet.test.runner] | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dotnet.config was dropped in RC2. This should switch to global.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how is it configured in global.json?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{
"test": {
"runner": "Microsoft.Testing.Platform"
}
}
No description provided.