I'm evaluating to switch our team from VS 2010 to VS 2013. Now I got an issue with the code checks we have in place for our project. There is no longer an option to suppress false alarms/errors in the GlobalSupression.vb or as inline code attribute like in VS 2010.
New code check errors appear, breaking our build. In VS2010 we were able to suppress warnings/errors on right-clicking the message entry in the error log window. The MSDN manual says for VS2012 i should access the Code analyze windows - but there these errors even don't show up at all even after a manual analysis run.