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

Misleading documentation for dotnet test #14739

Closed
radiy opened this issue Sep 27, 2019 · 1 comment · Fixed by #18167
Closed

Misleading documentation for dotnet test #14739

radiy opened this issue Sep 27, 2019 · 1 comment · Fixed by #18167
Assignees
Milestone

Comments

@radiy
Copy link

radiy commented Sep 27, 2019

I was looking for a way to run tests with net core on x86 and found link to .runsettings file [1], it says that I can use <TargetPlatform>x86</TargetPlatform> option which is wrong, on .net core it does nothing. You should just download .net core x86 and run tests from it.

[1] https://docs.microsoft.com/en-us/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file?view=vs-2019


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@Thraka
Copy link
Contributor

Thraka commented Sep 27, 2019

Hello, thank you for bringing this issue to our attention. In researching this issue I found microsoft/vstest#1128 which seems to confirm your issue. We should update this in the docs.

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

Successfully merging a pull request may close this issue.

5 participants