NsDepCop 1.11.0-beta2
See the version list below for details.
Requires NuGet 3.3 or higher.
dotnet add package NsDepCop --version 1.11.0-beta2
NuGet\Install-Package NsDepCop -Version 1.11.0-beta2
<PackageReference Include="NsDepCop" Version="1.11.0-beta2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="NsDepCop" Version="1.11.0-beta2" />
<PackageReference Include="NsDepCop"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add NsDepCop --version 1.11.0-beta2
#r "nuget: NsDepCop, 1.11.0-beta2"
#:package NsDepCop@1.11.0-beta2
#addin nuget:?package=NsDepCop&version=1.11.0-beta2&prerelease
#tool nuget:?package=NsDepCop&version=1.11.0-beta2&prerelease
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).
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 (1)
Showing the top 1 popular GitHub repositories that depend on NsDepCop:
| Repository | Stars |
|---|---|
|
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.7.0 | 204,719 | 12/7/2025 |
| 2.6.0 | 407,499 | 4/5/2025 |
| 2.5.0 | 234,051 | 1/3/2025 |
| 2.4.0 | 172,326 | 9/14/2024 |
| 2.3.0 | 632,737 | 7/11/2023 |
| 2.2.0 | 321,708 | 9/18/2022 |
| 2.1.0 | 4,365 | 7/10/2022 |
| 2.0.1 | 75,933 | 3/12/2022 |
| 2.0.0 | 435,075 | 6/13/2021 |
| 2.0.0-rc1 | 620 | 5/24/2021 |
| 1.11.0-beta2 | 895 | 5/11/2020 |
| 1.11.0-beta1 | 811 | 4/21/2020 |
| 1.10.1 | 25,816 | 2/2/2020 |
- New: Disable/force NsDepCop with MSBuild property.