14 overrides of WithTraceContext
Aspire.Hosting (14)
Backchannel\BackchannelDataTypes.cs (14)
135public override GetCapabilitiesRequest WithTraceContext(BackchannelTraceContext traceContext) => new() { TraceContext = traceContext }; 155public override GetAppHostInfoRequest WithTraceContext(BackchannelTraceContext traceContext) => new() { TraceContext = traceContext }; 200public override GetDashboardInfoRequest WithTraceContext(BackchannelTraceContext traceContext) => new() { TraceContext = traceContext }; 236public override WaitForAppHostReadyRequest WithTraceContext(BackchannelTraceContext traceContext) => new() { TraceContext = traceContext }; 266public override GetResourcesRequest WithTraceContext(BackchannelTraceContext traceContext) => new() 301public override WatchResourcesRequest WithTraceContext(BackchannelTraceContext traceContext) => new() 340public override GetConsoleLogsRequest WithTraceContext(BackchannelTraceContext traceContext) => new() 372public override CallMcpToolRequest WithTraceContext(BackchannelTraceContext traceContext) => new() 424public override StopAppHostRequest WithTraceContext(BackchannelTraceContext traceContext) => new() 473public override ExecuteResourceCommandRequest WithTraceContext(BackchannelTraceContext traceContext) => new() 642public override WaitForResourceRequest WithTraceContext(BackchannelTraceContext traceContext) => new() 1041public override GetPipelineStepsRequest WithTraceContext(BackchannelTraceContext traceContext) => new() 1592public override GetTerminalInfoRequest WithTraceContext(BackchannelTraceContext traceContext) 1742public override ListTerminalsRequest WithTraceContext(BackchannelTraceContext traceContext)
1 reference to WithTraceContext
Aspire.Hosting.Tests (1)
Backchannel\BackchannelContractTests.cs (1)
221var copy = request.WithTraceContext(traceContext);