Suppressing Microsoft Fakes warnings
问题 I'm using Microsoft Fakes to shim a couple WindowsAzure components for testing. Following the advice in vs 2012: Shims compile, I updated my .fakes file to just generate the shims I actually need: <Fakes xmlns="http://schemas.microsoft.com/fakes/2011/" Diagnostic="false"> <Assembly Name="Microsoft.WindowsAzure.Storage" Version="2.1.0.0"/> <StubGeneration> <Clear/> </StubGeneration> <ShimGeneration> <Clear/> <Add FullName="Microsoft.WindowsAzure.Storage.CloudStorageAccount"/> <Add FullName=