1 write to _hostEnvironment
aspire (1)
Commands\LogsCommand.cs (1)
127
_hostEnvironment
= hostEnvironment;
1 reference to _hostEnvironment
aspire (1)
Commands\LogsCommand.cs (1)
446
var displayContent =
_hostEnvironment
.SupportsAnsi ? content : AnsiParser.StripControlSequences(content);