NDepend.API Documentation
Debt Structure
Members 
NDepend.TechnicalDebt Namespace : Debt Structure
Represent the estimated debt an issue. Such estimation represents the technical debt generated by the issue.
Syntax
[IsReadOnly()]
public struct Debt : System.ValueType 
Remarks
The raw value of a debt estimation is based on a time-span.
An object of type IDebtFormatter can be used to fomat the debt estimation into man-days, man-months, money or ratio or rate.
In CQLinq code rule, debt values are obtained by casting explicitly a System.TimeSpan value to a Debt value, or by naming a TimeSpan column Debt (in which case TimeSpan values are automatically converted to Debt values.
Also such debt value obtained in a CQLinq rule context is multipied by the DebtSettings.DebtSettings.DebtFactor.
Inheritance Hierarchy

System.Object
   System.ValueType
      NDepend.TechnicalDebt.Debt

Requirements

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

See Also

Reference

Debt Members
NDepend.TechnicalDebt Namespace