Skip to content

Arcade should use EnableMSTestRunner instead of UseMSTestRunner #15875

Open
@Youssef1313

Description

@Youssef1313
Member

<Import Project="..\VSTest.targets" Condition=" '$(UseMSTestRunner)' == 'false' " />

MSTest uses EnableMSTestRunner:

https://github.com/microsoft/testfx/blob/7b0d5d1c5049a2a485586b45bce5a98305e3d300/src/Adapter/MSTest.TestAdapter/buildTransitive/common/MSTest.TestAdapter.targets#L12

@Evangelink This wasn't intentional right? Or was there a reason?

Activity

Evangelink

Evangelink commented on Jun 6, 2025

@Evangelink
Member

Unintentional yeah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @Evangelink@Youssef1313

      Issue actions

        Arcade should use `EnableMSTestRunner` instead of `UseMSTestRunner` · Issue #15875 · dotnet/arcade