NsDepCop is a static code analysis tool that enforces namespace and assembly dependency rules in C# projects.

csharp dependencies dependency-analysis dotnet msbuild namespace nuget static-code-analysis visual-studio-extension
1 Open Issue Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Investigate why NsDepCop, a static code analysis tool for C#, causes significantly slower repeated builds compared to builds without it. The issue is observed in both Visual Studio and the command line, even with incremental builds disabled. The goal is to identify and fix the performance bottleneck introduced by NsDepCop, ensuring that repeated builds are as fast as those without the tool.

Complexity: 4/5
help wanted

NsDepCop is a static code analysis tool that enforces namespace and assembly dependency rules in C# projects.

C#
#csharp#dependencies#dependency-analysis#dotnet#msbuild#namespace#nuget#static-code-analysis#visual-studio-extension