-
-
Notifications
You must be signed in to change notification settings - Fork 52
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 -f net472
fails with net472/win-x86
error
#1465
Comments
I'd need to investigate. I don't see what's causing this. Can you create a minimal repro |
It turns out it's about as minimal as you can possibly imagine. This reproduces it. Just run |
Cheers. I'm out today but will take a look when I get a chance |
Hmm yeah weird. |
So just seems to be the Output type isn't set properly for net framework. I've added a FAQ section to the docs to tell people to add this if it's missing. |
I have a multitargeting test project: net472 and net8.0.
Both run tests fine with Visual Studio Test Explorer. But from the CLI,
dotnet test
only works on the .NET 8 target. The .NET Framework target fails with:Does TUnit really bring in native binaries such that I need to commit my .NET Framework test projects to architecture specific builds?
The text was updated successfully, but these errors were encountered: