-
Notifications
You must be signed in to change notification settings - Fork 790
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
dotnet-test-xunit 1.0.0-rc2-build10015 has a 32 bit binary in the runtimes/net451/win7-x64 directory #843
Comments
👀 |
I just hit this as well, trying to run xunit tests (using the bits detailed at https://xunit.github.io/docs/getting-started-dotnet-core.html), targeting
|
https://github.com/xunit/dotnet-test-xunit/pull/5 should fix this. |
You can pull an RC 3 build from MyGet if this is blocking you. https://myget.org/gallery/xunit |
Hmm now getting
Framework: net451, dependencies: I'm on .NET Command Line Tools (1.0.0-preview1-002702) |
Did any one even managed to run |
I can confirm that I have now, successfully, executed tests for both
On a Windows 10 x64 machine |
@ItzWarty on a net451 application you have to include |
@pranavkm I think it's better to say that if you target full-framework then you need |
@pranavkm thanks a lot your suggestion solved my problem with xunit and an asp net core project targetting net461! Where did you get that info? I'm totally confused by the new "framework" section of project.json and the new dependency requirements. |
@bragma, |
I can confirm updating to
|
@macgyver76 the rc3-verison is not on NuGet, it is only published on the XUnit MyGet feed atm, so add that to your
|
@thecodejunkie Thank you for this hint. If I'm running by
Any ideas? |
I don't think package integrated with the VS test runner (or other runners like ReSharper och TestDriven.NET) yet. I've been using the cmd for single projects, and a small powershell script for solutions with multiple test projects |
It's working when I add dependency to "net461": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027"
}
} |
Yeah I just noticed that it works with the VS runner now |
@bvanskiver that's an unrelated problem and should probably be raised in its own issue |
Running corflags:
Using a 64 bit dotnet to run tests results in the following failure:
The text was updated successfully, but these errors were encountered: