7 writes to Body
Aspire.Cli.Tests (7)
Commands\ExportCommandTests.cs (1)
974
Body
= new OtlpAnyValueJson { StringValue = e.body }
Commands\TelemetryLogsCommandTests.cs (2)
166
Body
= new OtlpAnyValueJson { StringValue = e.body }
594
Body
= new OtlpAnyValueJson { StringValue = "Request started" },
Mcp\ExcludeFromMcpTests.cs (1)
480
Body
= new OtlpAnyValueJson { StringValue = $"Log from {name}" },
Mcp\ListStructuredLogsToolTests.cs (3)
99
Body
= new OtlpAnyValueJson { StringValue = "Application started successfully" },
114
Body
= new OtlpAnyValueJson { StringValue = "Connection timeout warning" },
128
Body
= new OtlpAnyValueJson { StringValue = "Worker failed to process message" },
2 references to Body
aspire (2)
Commands\TelemetryLogsCommand.cs (1)
258
var body = log.
Body
?.StringValue ?? "";
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
603
return logRecord.
Body
?.StringValue;