Skip to content

Instantly share code, notes, and snippets.

@plainionist
Created October 6, 2022 05:42
Show Gist options
  • Save plainionist/26e49656ed0afd7e31db933b077b3681 to your computer and use it in GitHub Desktop.
Save plainionist/26e49656ed0afd7e31db933b077b3681 to your computer and use it in GitHub Desktop.
NsDepCop example rule file
<NsDepCopConfig IsEnabled="true" ChildCanDependOnParentImplicitly="true">
<Allowed From="*" To="System.*" />
<Allowed From="App.BusinessLogic.*" To="App.Domain.*" />
<Allowed From="App.Infrastructure.*" To="App.BusinessLogic.*" />
<Allowed From="App.Infrastructure.*" To="App.Persistance.*" />
</NsDepCopConfig>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment