3 references to StripControlSequences
Aspire.Hosting (3)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1755
return AnsiParser.
StripControlSequences
(logLine.Content)
src\Shared\ConsoleLogs\LogEntry.cs (2)
44
return _strippedRawContent ??= AnsiParser.
StripControlSequences
(RawContent);
63
? AnsiParser.
StripControlSequences
(timestampParseResult.Value.ModifiedText)