You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: