Skip to content
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

chore: Add wrapper for testrunners #3148

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Conversation

richardwerkman
Copy link
Member

To prepare for adding the new MsTestRunner we need to add a wrapper for the current testrunner. That makes it possible to add a second one and support switching between the runners.

Comment on lines 4 to 11
<PackageVersion Include="dnlib" Version="4.4.0" />
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25" />
<PackageVersion Include="LaunchDarkly.EventSource" Version="5.1.0" />
<PackageVersion Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageVersion Include="MSTest" Version="3.6.2" />
<PackageVersion Include="MSTest.TestFramework" Version="3.6.2" />
<PackageVersion Include="Microsoft.Testing.Extensions.TrxReport" Version="1.4.2" />
<PackageVersion Include="Microsoft.Testing.Platform" Version="1.4.3" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.4.0" />
<PackageVersion Include="MSTest.TestFramework" Version="3.4.0" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of these changes are necessary for the wrapping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants