NsDepCop 2.0.0
See the version list below for details.
dotnet add package NsDepCop --version 2.0.0
NuGet\Install-Package NsDepCop -Version 2.0.0
<PackageReference Include="NsDepCop" Version="2.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="NsDepCop" Version="2.0.0" />
<PackageReference Include="NsDepCop"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add NsDepCop --version 2.0.0
#r "nuget: NsDepCop, 2.0.0"
#:package NsDepCop@2.0.0
#addin nuget:?package=NsDepCop&version=2.0.0
#tool nuget:?package=NsDepCop&version=2.0.0
Static code analysis tool for enforcing namespace-based type dependency rules in C# projects.
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 | 25,821 | 12/7/2025 |
| 2.6.0 | 361,057 | 4/5/2025 |
| 2.5.0 | 207,987 | 1/3/2025 |
| 2.4.0 | 161,582 | 9/14/2024 |
| 2.3.0 | 593,213 | 7/11/2023 |
| 2.2.0 | 319,953 | 9/18/2022 |
| 2.1.0 | 4,334 | 7/10/2022 |
| 2.0.1 | 74,200 | 3/12/2022 |
| 2.0.0 | 433,455 | 6/13/2021 |
| 2.0.0-rc1 | 604 | 5/24/2021 |
| 1.11.0-beta2 | 873 | 5/11/2020 |
| 1.11.0-beta1 | 786 | 4/21/2020 |
| 1.10.1 | 25,703 | 2/2/2020 |
| 1.10.1-beta1 | 1,139 | 1/17/2020 |
| 1.9.0 | 43,509 | 3/15/2019 |
| 1.9.0-beta2 | 1,823 | 2/17/2019 |
| 1.9.0-beta1 | 900 | 2/3/2019 |
| 1.8.2 | 16,468 | 1/30/2019 |
| 1.8.2-beta1 | 851 | 1/13/2019 |
| 1.8.1 | 1,862 | 12/25/2018 |
| 1.8.1-beta1 | 1,152 | 8/15/2018 |
| 1.8.0 | 2,542 | 7/21/2018 |
| 1.8.0-beta1 | 1,687 | 6/12/2018 |
| 1.7.1 | 45,171 | 7/8/2017 |
| 1.7.0 | 8,409 | 7/2/2017 |
| 1.6.1 | 1,643 | 4/20/2017 |
| 1.6.0 | 3,151 | 3/24/2017 |
| 1.6.0-beta1 | 1,388 | 1/25/2017 |
- Implementation changed from MSBuild task to standard Roslyn analyzer.
- Works both at build time and inside Visual Studio editor.
- No need for an additional Visual Studio extension any more.
- No need for the out-of-process service host any more.
- Supports .NET Core / .NET 5 / etc. projects too.
- Dropped support for VS 2015/2017.
- AutoLowerMaxIssueCount feature is temporarily not supported.