Skip to content

Instantly share code, notes, and snippets.

@krishnaanaril
Created July 4, 2019 09:13
Show Gist options
  • Save krishnaanaril/0ef2160affb2f86c50f5d3bb8c275c9b to your computer and use it in GitHub Desktop.
Save krishnaanaril/0ef2160affb2f86c50f5d3bb8c275c9b to your computer and use it in GitHub Desktop.
Configuration for excluding dlls from unit test
<ModulePaths>
<Exclude>
<ModulePath>.*Moq.dll</ModulePath>
<ModulePath>.*GenFu.dll</ModulePath>
</Exclude>
</ModulePaths>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment