Running unit tests in Resharper refuse to run as 64 bit after latest VS2022 update.

I recently updated to the latest VS 2022 17.11.6 and now when I run unit tests through Resharper,  they always run as 32 bit.   This is an issue because the project I'm in has packages that require 64 bit so the tests dependent on that will fail (tests not dependent on it run ok).   All the unit tests were all running successfully before this upgrade.

For good measure I updated Resharper as well (2024.3) but it had no effect.   Changing UnitTesting -> General - Default platform architecture from Auto to x64 also has no effect.   Either does rolling back the project itself to an older commit.

The same unit tests run correctly as 64 bit when run through Visual studio's Test explorer.   I am using NUnit.

Did something change/break with the VS update or is there some new setting?    I can replicate the issue just be starting a new test project using the “NUnit Test Project” template and  adding one test that simply checks if it's running 32 or 64 bit.

-Tim

0

Please sign in to leave a comment.