Skip to content

Segreating xunit's testadapter .dll from unit test .dll files #2725

Answered by bradwilson
ByteMe666 asked this question in Question
Discussion options

You must be logged in to vote

The naming of the test adapter is not negotiable; it's a requirement of VSTest.

Nuget based Adapters in VS IDE. For seamless integration with adapters shipping as nuget packages, in VS IDE we automatically pick up referenced nuget packages that have files which satisfy *.TestAdapter.dll in their name and provide these files as adapters to the test platform.

https://github.com/microsoft/vstest/blob/main/docs/RFCs/0004-Adapter-Extensibility.md#specifying-an-adapter

The lack of a feature in Azure Pipelines is something that will have to be taken up with the Pipelines team.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ByteMe666
Comment options

@bradwilson
Comment options

Answer selected by bradwilson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants