Does anyone know how to prevent the error list from being displayed after a build failure?
I have the checkbox "Always show a list of errors if the assembly is completed with errors" is not checked , but when the assembly fails, the list of errors @@ &! @ # is still showing.
Does this checkbox even do something?
I am running VS2015.2.

UPDATE: it seems to depend on the type of project that is being built. I can’t pinpoint the cause, but for me, at least, it involves creating a class library project containing a .edmx file with the corresponding .tt templates.
source
share