NDepend.API Documentation
GetOutputDirectoryAbsolutePath Method
NDepend.Project Namespace > ExtensionMethodsProject Class : GetOutputDirectoryAbsolutePath Method
The project on which to get the output directory as absolute path.
Gets the output directory absolute path that is used during the analysis.
Syntax
[Extension()]
public static IAbsoluteDirectoryPath GetOutputDirectoryAbsolutePath( 
   IProject project
)

Parameters

project
The project on which to get the output directory as absolute path.

Return Value

The output directory absolute path that is used during the analysis.
Remarks
If the project output directory provided is not an absolute path and cannot be resolved, the absolute path returned is the one returned by GetDefaultOutputDirectoryAbsolutePath.
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