I\'m trying to use Microsoft.Bcl.Async and Code Analysis, but when I run Code Analysis I get one or more errors.
I\'m using Visual Studio 2012 with Update 2.
T
This happens because the versions of the dependencies declared in Bcl.Async assemblies don't match those available at analysis time. The simplest workaround is to adjust FxCop's AssemblyReferenceResolveMode
as described at http://davesbox.com/archive/2008/06/14/reference-resolutions-changes-in-code-analysis-and-fxcop-part-2.aspx.