Skip to content

Instantly share code, notes, and snippets.

@james-dibble
Created June 26, 2014 18:27
Show Gist options
  • Save james-dibble/04dddecdfa4e9c53c59e to your computer and use it in GitHub Desktop.
Save james-dibble/04dddecdfa4e9c53c59e to your computer and use it in GitHub Desktop.
<Fakes xmlns="http://schemas.microsoft.com/fakes/2011/" Diagnostic="true">
<Assembly Name="SomeThirdPartyAssembly"/>
<ShimGeneration>
<Clear/>
<Add FullName="SomeThirdPartyClassThatInheritsObselete"/>
<Remove Obsolete="1"/>
</ShimGeneration>
</Fakes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment