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.
dotnet.config was dropped in RC2. This should switch to global.json
There was a problem hiding this comment.
how is it configured in global.json?
There was a problem hiding this comment.
{
"test": {
"runner": "Microsoft.Testing.Platform"
}
}
No description provided.