C
C#5mo 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
Pobiega5mo 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
Angius5mo ago
IIRC you can turn it off It used to throw me off as well
Pobiega
Pobiega5mo ago
yeah, and you should
nerukeu
nerukeu5mo ago
where can I find this?
nerukeu
nerukeu5mo ago
No description
Angius
Angius5mo 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
Angius5mo ago
IIRC -> If I Recall Correctly Not a VS option
nerukeu
nerukeu5mo ago
oh XD works now, thank you
MKP
MKP5mo ago
kekw
jcotton42
jcotton425mo ago
that checkbox is the single worst "feature" of VS imo