1 write to _hostEnvironment
aspire (1)
Commands\TelemetryLogsCommand.cs (1)
60_hostEnvironment = hostEnvironment;
1 reference to _hostEnvironment
aspire (1)
Commands\TelemetryLogsCommand.cs (1)
259var displayBody = _hostEnvironment.SupportsAnsi ? body : AnsiParser.StripControlSequences(body);