NDepend.API Documentation
CanAllPathsReferencedBeResolvedAsAbsolute Method
NDepend.Analysis Namespace > ExtensionMethodsProjectAnalysis Class : CanAllPathsReferencedBeResolvedAsAbsolute Method
The project on which to try to resolve paths referenced as absolute.
This method returns a list of string, that each describes in plain-english, the failure to resolve as absolute a path referenced by project. The list returned is empty if all paths can be resolved as absolute.
Syntax
[Extension()]
public static IReadOnlyList<string> CanAllPathsReferencedBeResolvedAsAbsolute( 
   IProject project
)

Parameters

project
The project on which to try to resolve paths referenced as absolute.
Requirements

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

See Also

Reference

ExtensionMethodsProjectAnalysis Class
ExtensionMethodsProjectAnalysis Members