NDepend.API Documentation
GetDefaultOutputDirectoryAbsolutePath Method
NDepend.Project Namespace > ExtensionMethodsProject Class : GetDefaultOutputDirectoryAbsolutePath Method
The project on which to get the default output directory.
Gets the output directory absolute path that is used during the analysis if the project output directory provided is not an absolute path and cannot be resolved.
Syntax
[Extension()]
public static IAbsoluteDirectoryPath GetDefaultOutputDirectoryAbsolutePath( 
   IProject project
)

Parameters

project
The project on which to get the default output directory.

Return Value

The output directory absolute path that is used during the analysis if the project output directory provided is not an absolute path and cannot be resolved.
Remarks
This path is the directory named "NDependOut" under the project file path parent directory.
Requirements

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

See Also

Reference

ExtensionMethodsProject Class
ExtensionMethodsProject Members