Use Microsoft.Testing.Platform instead of VSTest, required by xunit v4 - #8092
Conversation
--- updated-dependencies: - dependency-name: xunit.v3 dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: xunit.v3 dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: xunit.v3 dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: baywet <7905502+baywet@users.noreply.github.com>
|
Adam Nash (@nasha4) please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Vincent Biret (baywet)
left a comment
There was a problem hiding this comment.
Thanks for the contribution!
Make sure you sign the CLA (see the bot comment) so we can merge this!
I sure do want to! Right now I am just making sure I'm allowed 😝 |
| inputs: | ||
| command: test | ||
| projects: '$(Build.SourcesDirectory)\kiota.slnx' | ||
| arguments: '--configuration $(BuildConfiguration) --no-build --collect:"XPlat Code Coverage"' |
There was a problem hiding this comment.
This probably needs to be replicated into the .github/workflows/dotnet.yml file
8e620dc to
56b2609
Compare
4ab843f to
06a5f90
Compare
This is what I had to do in my project to support xunit v4. Hope this helps.
coverlet.collectorandcoverlet.msbuildwithcoverlet.MTP.global.json.