NDepend.API Documentation
DirectoriesAbsolute Property (IProjectIssueImport)
NDepend.Project Namespace > IProjectIssueImport Interface : DirectoriesAbsolute Property
Gets a read-only list of absolute directories paths where to search for files that contains issues to import.
Syntax
IReadOnlyList<IAbsoluteDirectoryPath> DirectoriesAbsolute {get;}
Remarks
Return a read-only list of Directories resolved as absolute, in the context of the current machine and the current project.
In this situation, if a directory cannot be resolved to absolute (like for example the relative directory "..\..\Dir0" cannot be resolved from "C:\Dir1\Project.ndproj"), it doesn't appear in the returned collection of paths.
The list returned is a read-only clone. Hence, it doesn't reflect any modification in the original collection.
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