Unit test runner **always** building!? :(
I'm using ReSharper 5.x in VS2010. In the "Unit Test Sessions" window, my "Build Settings" are set to "Automatic", but for some reason, ReSharper thinks that it needs to rebuild my project every single time I run or debug, even if there are no changes. Why? What are ReSharper's heuristics for determining whether a build is necessary?
Thanks,
Matthew
Please sign in to leave a comment.
Hello Matthew,
I'm afraid I couldn't reproduce this behavior. Does this happen with any
project (even with a simple newly created class library)? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Looks like a "Rebuild All" might have fixed it. I'll reply if it recurs.
Thanks,
Matthew