1 write to _defaultBackgroundColor
Aspire.Dashboard (1)
ConsoleLogs\LogParser.cs (1)
16
_defaultBackgroundColor
= defaultBackgroundColor;
1 reference to _defaultBackgroundColor
Aspire.Dashboard (1)
ConsoleLogs\LogParser.cs (1)
48
var conversionResult = AnsiParser.ConvertToHtml(updatedText, _residualState,
_defaultBackgroundColor
);