NDepend.API Documentation
Directories Property (IProjectIssueImport)
NDepend.Project Namespace > IProjectIssueImport Interface : Directories Property
Gets a read-only list of directories paths where to search for files that contains issues to import.
Syntax
IReadOnlyList<IDirectoryPath> Directories {get;}
Remarks
The list returned is a read-only clone. Hence, it doesn't reflect any modification in the original collection.
If ResolveSarifInSolutionDirectories is true, the returned list also contains directories named .sarif eventually resolved from solution files referenced by this project.
Requirements

Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

IProjectIssueImport Interface
IProjectIssueImport Members