NDepend.API Documentation
TryComputeLogLabel Method
NDepend.Analysis Namespace > ExtensionMethodsProjectAnalysis Class : TryComputeLogLabel Method
The project that contains trend metrics log settings.
The code base thta contains application assemblies from which log versionning is inferred.
The log label returned.
Try compute the log label from project and codeBase.
Syntax
[Extension()]
public static bool TryComputeLogLabel( 
   IProject project,
   ICodeBase codeBase,
   out string label
)

Parameters

project
The project that contains trend metrics log settings.
codeBase
The code base thta contains application assemblies from which log versionning is inferred.
label
The log label returned.
Remarks
Typically this method is called to compute the parameter label in this overload LogTrendMetrics(IAnalysisResult,DateTime).
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