Skip to content

Can MTP continue support the Msbuild property RunSettingsFilePath of runsettings file? #5652

Closed
@moh-hassan

Description

@moh-hassan

The Msbuild property RunSettingsFilePath was removed support in MTP based on this PR
Currently, the property is still used and supported by VS 2022 Test Explorer and VsCode in both VSTest and MTP modes.

In MTP mode, I have to add the runsettings file in via the commandLine like:

dotnet test -- --settings absolute/path/to/runsetting

Relative path raise error in MTP mode and also i have to reconfigure it again in VS 2022 Test Explorer.

The runSettings file provide a flexible way to configure how tests are discovered, run, and reported and it is supported by Visual Studio, vstest, dotnet test, and many CI/CD systems.

So, it is nice if we simplify its configuration as MSBuild property and continue to use RunSettingsFilePath especially MTP support new MSBuild properties.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions