Open dotMorten opened 5 days ago
Please show me the version that is printed in dotnet test when you run it (assuming this is coming from dotnet test
), I am trying to figure out in which version this is happening. Nuget.Frameworks used to be a dependency of vstest, but it is not anymore, so maybe something somewhere was not removed correctly.
This is not dotnet test
but as shown above vstest.console.exe
(since this is a packaged WinUI app)
Yes, I am blind. I will have to stage arm64 machine for this, and I will be able to do that on monday at earliest.
I have a test run that occasionally crashes. I run with with the /blame parameter. This works great on my x64 and x86 test runs, but on our ARM64 test run, I always end up with the following:
Test run is started with vstest.console using the parameter
BLAMEPARAM=--Blame:CollectDump;CollectAlways=false;DumpType=full
and%PROCDUMP_PATH%
pointing to a path with procdump for all 3 process architectures (including ARM64)I have no idea where
NuGet.Frameworks
is coming from. It's not something I reference directly.Full command: