NsDepCop 1.11.0-beta1
See the version list below for details.
Requires NuGet 3.3 or higher.
dotnet add package NsDepCop --version 1.11.0-beta1
NuGet\Install-Package NsDepCop -Version 1.11.0-beta1
<PackageReference Include="NsDepCop" Version="1.11.0-beta1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="NsDepCop" Version="1.11.0-beta1" />
<PackageReference Include="NsDepCop"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add NsDepCop --version 1.11.0-beta1
#r "nuget: NsDepCop, 1.11.0-beta1"
#:package NsDepCop@1.11.0-beta1
#addin nuget:?package=NsDepCop&version=1.11.0-beta1&prerelease
#tool nuget:?package=NsDepCop&version=1.11.0-beta1&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.6.0 | 250,635 | 4/5/2025 |
| 2.5.0 | 188,115 | 1/3/2025 |
| 2.4.0 | 152,987 | 9/14/2024 |
| 2.3.0 | 575,287 | 7/11/2023 |
| 2.2.0 | 318,361 | 9/18/2022 |
| 2.1.0 | 4,295 | 7/10/2022 |
| 2.0.1 | 70,564 | 3/12/2022 |
| 2.0.0 | 432,255 | 6/13/2021 |
| 2.0.0-rc1 | 569 | 5/24/2021 |
| 1.11.0-beta2 | 831 | 5/11/2020 |
| 1.11.0-beta1 | 743 | 4/21/2020 |
| 1.10.1 | 25,594 | 2/2/2020 |
| 1.10.1-beta1 | 1,084 | 1/17/2020 |
| 1.9.0 | 43,088 | 3/15/2019 |
| 1.9.0-beta2 | 1,781 | 2/17/2019 |
| 1.9.0-beta1 | 848 | 2/3/2019 |
| 1.8.2 | 16,418 | 1/30/2019 |
| 1.8.2-beta1 | 805 | 1/13/2019 |
| 1.8.1 | 1,813 | 12/25/2018 |
| 1.8.1-beta1 | 1,102 | 8/15/2018 |
| 1.8.0 | 2,453 | 7/21/2018 |
| 1.8.0-beta1 | 1,586 | 6/12/2018 |
| 1.7.1 | 45,095 | 7/8/2017 |
| 1.7.0 | 8,161 | 7/2/2017 |
| 1.6.1 | 1,568 | 4/20/2017 |
| 1.6.0 | 3,056 | 3/24/2017 |
| 1.6.0-beta1 | 1,314 | 1/25/2017 |
- New: Disable/force NsDepCop with MSBuild property.