NsDepCop is a static code analysis tool that helps to enforce namespace dependency rules in C# projects. No more unplanned or unnoticed dependencies in your system.
Huge generated files can take a long time to analyze while providing little value. There should be a way to exclude files from the analysis. Either by path and/or by filename pattern (eg. *.g.cs).
(Of course it could be used to exclude any files, not just generated ones.)
Huge generated files can take a long time to analyze while providing little value. There should be a way to exclude files from the analysis. Either by path and/or by filename pattern (eg. *.g.cs). (Of course it could be used to exclude any files, not just generated ones.)