Visual studio 2022 compiling only working iterations
For no reason visual studio on my laptop uses only the working iterations of my code, even if I save the incorrect code and run it. The errors are shown at the bottom, but the console application window displays output without an exception as if I didn't write any new code which is incorrect on purpose. PLS HELP!
10 Replies
uh.. yeah?
you can't run uncompilable code
so VS offers to run the previously compiled version instead, if you clicked yes there
IIRC you can turn it off
It used to throw me off as well
yeah, and you should
where can I find this?
Stack Overflow
Visual Studio: Re-enable "Build failed, run last success?" dialogue...
When a build fails, VS pops up with an option to run the last successful build. Someone clicked "Yes" and "Don't show this dialogue box again" on my machine, and now I'm stuck with that setting. Ho...
IIRC -> If I Recall Correctly
Not a VS option
oh XD
works now, thank you
that checkbox is the single worst "feature" of VS imo