3 writes to IsStdErr
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
6678IsStdErr = other.IsStdErr; 6738IsStdErr = input.ReadBool();
Dashboard\DashboardService.cs (1)
148update.LogLines.Add(new ConsoleLogLine() { LineNumber = lineNumber, Text = resolvedContent, IsStdErr = isErrorMessage });
5 references to IsStdErr
Aspire.Hosting (5)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (5)
6579if (IsStdErr != other.IsStdErr) return false; 6589if (HasIsStdErr) hash ^= IsStdErr.GetHashCode(); 6637output.WriteBool(IsStdErr); 6678IsStdErr = other.IsStdErr;