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