NDepend.API Documentation
CreateDebtFormatter Method
NDepend.TechnicalDebt Namespace > ExtensionMethodsDebt Class : CreateDebtFormatter Method
The DebtSettings object from which to get the IDebtFormatter object.
Create a IDebtFormatter object from this debt settings object.
Syntax
[Extension()]
public static IDebtFormatter CreateDebtFormatter( 
   DebtSettings debtSettings
)

Parameters

debtSettings
The DebtSettings object from which to get the IDebtFormatter object.
Remarks
The IDebtFormatter object store a cloned copy of debtSettings.
If this debtSettings are changing, the settings contained in the returned IDebtFormatter object are not changed.
Requirements

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

See Also

Reference

ExtensionMethodsDebt Class
ExtensionMethodsDebt Members