NsDepCop 1.6.0

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package NsDepCop --version 1.6.0
NuGet\Install-Package NsDepCop -Version 1.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NsDepCop" Version="1.6.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NsDepCop --version 1.6.0
#r "nuget: NsDepCop, 1.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NsDepCop as a Cake Addin
#addin nuget:?package=NsDepCop&version=1.6.0

// Install NsDepCop as a Cake Tool
#tool nuget:?package=NsDepCop&version=1.6.0

NsDepCop helps you to eliminate unintended or unnoticed code dependencies in your application.
Add the NuGet package to your C# projects and specify the dependency rules in the config.nsdepcop files.
The dependency analyzer will be run automatically on every build.
See project site for details (https://github.com/realvizu/NsDepCop).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on NsDepCop:

Repository Stars
realvizu/NsDepCop
NsDepCop is a static code analysis tool that helps to enforce namespace dependency rules in C# projects. No more unplanned or unnoticed dependencies in your system.
realvizu/QuickDiagram
Code visualization tool for C# to quickly explore, navigate and document source code structure and relationships. Integrates into Visual Studio.
Version Downloads Last updated
2.3.0 106,400 7/11/2023
2.2.0 301,239 9/18/2022
2.1.0 4,108 7/10/2022
2.0.1 39,989 3/12/2022
2.0.0 420,289 6/13/2021
2.0.0-rc1 410 5/24/2021
1.11.0-beta2 658 5/11/2020
1.11.0-beta1 566 4/21/2020
1.10.1 22,739 2/2/2020
1.10.1-beta1 844 1/17/2020
1.9.0 41,480 3/15/2019
1.9.0-beta2 1,600 2/17/2019
1.9.0-beta1 674 2/3/2019
1.8.2 16,215 1/30/2019
1.8.2-beta1 625 1/13/2019
1.8.1 1,598 12/25/2018
1.8.1-beta1 869 8/15/2018
1.8.0 2,094 7/21/2018
1.8.0-beta1 1,149 6/12/2018
1.7.1 44,272 7/8/2017
1.7.0 5,616 7/2/2017
1.6.1 1,229 4/20/2017
1.6.0 2,407 3/24/2017
1.6.0-beta1 986 1/25/2017

New: NuGet package (enables per-project MSBuild integration).
New: Multi-level config (InheritanceDepth config attribute).
Roslyn version updated to 1.3.2.
Removed NRefactory as a parser choice.