C
C#2y ago
nerukeu

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!
No description
10 Replies
Pobiega
Pobiega2y ago
uh.. yeah? you can't run uncompilable code so VS offers to run the previously compiled version instead, if you clicked yes there
Angius
Angius2y ago
IIRC you can turn it off It used to throw me off as well
Pobiega
Pobiega2y ago
yeah, and you should
nerukeu
nerukeuOP2y ago
where can I find this?
nerukeu
nerukeuOP2y ago
No description
Angius
Angius2y ago
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...
Angius
Angius2y ago
IIRC -> If I Recall Correctly Not a VS option
nerukeu
nerukeuOP2y ago
oh XD works now, thank you
Mkp
Mkp2y ago
kekw
jcotton42
jcotton422y ago
that checkbox is the single worst "feature" of VS imo

Did you find this page helpful?