1 write to RawContent
Aspire.Dashboard (1)
src\Shared\ConsoleLogs\LogEntry.cs (1)
52
RawContent
= rawLogContent,
3 references to RawContent
Aspire.Dashboard.Components.Tests (3)
Pages\ConsoleLogsTests.cs (3)
509
var newLog = Assert.Single(logViewer.Instance.LogEntries!.GetEntries(), e => e.
RawContent
== resumeContent);
512
Assert.DoesNotContain(pauseContent, logViewer.Instance.LogEntries!.GetEntries().Select(e => e.
RawContent
));
521
logger.LogInformation($"Log line. Type = {logEntry.Type}, Raw content = {logEntry.
RawContent
?? "no content"}, Pause content: {logEntry.Pause?.GetDisplayText(loc, browserTimeProvider) ?? "n/a"}");