3 writes to IsStdErr
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
6678
IsStdErr
= other.IsStdErr;
6738
IsStdErr
= input.ReadBool();
Dashboard\DashboardService.cs (1)
148
update.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)
6579
if (
IsStdErr
!= other.
IsStdErr
) return false;
6589
if (HasIsStdErr) hash ^=
IsStdErr
.GetHashCode();
6637
output.WriteBool(
IsStdErr
);
6678
IsStdErr = other.
IsStdErr
;