4 writes to Body
Aspire.Cli.Tests (4)
Commands\TelemetryLogsCommandTests.cs (1)
134
Body
= new OtlpAnyValueJson { StringValue = e.body }
Mcp\ListStructuredLogsToolTests.cs (3)
100
Body
= new OtlpAnyValueJson { StringValue = "Application started successfully" },
115
Body
= new OtlpAnyValueJson { StringValue = "Connection timeout warning" },
129
Body
= new OtlpAnyValueJson { StringValue = "Worker failed to process message" },
2 references to Body
aspire (2)
Commands\TelemetryLogsCommand.cs (1)
269
var body = log.
Body
?.StringValue ?? "";
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
467
return logRecord.
Body
?.StringValue;