How to make Visual Studio wait for me to compile before complaining about declared but never used variables?
CS0168 The variable '_' is declared but never used
Yes Visual Studio, ofcourse it's not used, I'm still writing the code, stop distracting me.
Note, I do not want to disable the feature entirely, I just want to make it shut up for a second and not start underlining my variables before I've compiled the source.
In essence, I want to make the "check-as-you-type" feature not as dynamic but only for this error.
(I'm using Visual Studio Community 2017, if this makes any difference)
That is explained in How to: Suppress Compiler Warnings: