Open Issues Need Help
View All on GitHub projects are built even when nothing has changed about 2 months ago
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