-
Notifications
You must be signed in to change notification settings - Fork 12
Add support for Microsoft.Testing.Platform #172
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
Conversation
3729911 to
a229c6e
Compare
|
Hi @codito It seems like xUnit.v3 already supports JUnit and NUnit test formats with MTP. So I think it's reasonable to say that the packages become incompatible for xUnit.v3 when running MTP specifically. |
|
any blocker to bring this forward? this missing feature is at least a blocker for us to use MTP on ci, because we need the junit files for jenkins. The builtin NUnit xml isn't usable for multi-platform libraries because it's missing token replacement in filenames. I currently use this workaround to use old vstest on ci: <TestingPlatformDotnetTestSupport Condition="'$(CI)' != 'true'">true</TestingPlatformDotnetTestSupport> |
|
@viceice There are no blockers, just that I didn't get the time to complete it, unfortunately. But if you or someone else wants to take it over and bring it to completion, that's more than welcome! |
|
@Youssef1313 , what is missing, could you elaborate? |
|
@Youssef1313 , what is missing, could you elaborate? - I would love to use .NET 10 with MTP, but this is the missing part to make it work. |
Fixes #171