Skip to content

Add gRPC span and correlate client and orchestrator functions for DF .NET Isolated Distributed Tracing #286

Add gRPC span and correlate client and orchestrator functions for DF .NET Isolated Distributed Tracing

Add gRPC span and correlate client and orchestrator functions for DF .NET Isolated Distributed Tracing #286

Triggered via pull request December 17, 2024 18:38
Status Failure
Total duration 3m 24s
Artifacts

validate-build-e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: src/Worker.Extensions.DurableTask/FunctionsDurableTaskClient.cs#L81
'StartOrchestrationOptions' does not contain a definition for 'ParentTraceId' and no accessible extension method 'ParentTraceId' accepting a first argument of type 'StartOrchestrationOptions' could be found (are you missing a using directive or an assembly reference?)
build: src/Worker.Extensions.DurableTask/FunctionsDurableTaskClient.cs#L83
The best overload for 'StartOrchestrationOptions' does not have a parameter named 'ParentTraceId'
build: src/Worker.Extensions.DurableTask/FunctionsDurableTaskClient.cs#L81
'StartOrchestrationOptions' does not contain a definition for 'ParentTraceId' and no accessible extension method 'ParentTraceId' accepting a first argument of type 'StartOrchestrationOptions' could be found (are you missing a using directive or an assembly reference?)
build: src/Worker.Extensions.DurableTask/FunctionsDurableTaskClient.cs#L83
The best overload for 'StartOrchestrationOptions' does not have a parameter named 'ParentTraceId'
build: src/WebJobs.Extensions.DurableTask/LocalGrpcListener.cs#L164
'CreateInstanceRequest' does not contain a definition for 'ParentTraceContext' and no accessible extension method 'ParentTraceContext' accepting a first argument of type 'CreateInstanceRequest' could be found (are you missing a using directive or an assembly reference?)
build: src/Worker.Extensions.DurableTask/FunctionsDurableTaskClient.cs#L81
'StartOrchestrationOptions' does not contain a definition for 'ParentTraceId' and no accessible extension method 'ParentTraceId' accepting a first argument of type 'StartOrchestrationOptions' could be found (are you missing a using directive or an assembly reference?)
build: src/Worker.Extensions.DurableTask/FunctionsDurableTaskClient.cs#L83
The best overload for 'StartOrchestrationOptions' does not have a parameter named 'ParentTraceId'
build: src/Worker.Extensions.DurableTask/FunctionsDurableTaskClient.cs#L81
'StartOrchestrationOptions' does not contain a definition for 'ParentTraceId' and no accessible extension method 'ParentTraceId' accepting a first argument of type 'StartOrchestrationOptions' could be found (are you missing a using directive or an assembly reference?)
build: src/Worker.Extensions.DurableTask/FunctionsDurableTaskClient.cs#L83
The best overload for 'StartOrchestrationOptions' does not have a parameter named 'ParentTraceId'
build: src/WebJobs.Extensions.DurableTask/LocalGrpcListener.cs#L164
'CreateInstanceRequest' does not contain a definition for 'ParentTraceContext' and no accessible extension method 'ParentTraceContext' accepting a first argument of type 'CreateInstanceRequest' could be found (are you missing a using directive or an assembly reference?)
build: src/DurableFunctions.TypedInterfaces/example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L107
'IDurableOrchestrationClient.GetStatusAsync(DateTime?, DateTime?, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)' is obsolete
build: src/DurableFunctions.TypedInterfaces/example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L125
'IDurableOrchestrationClient.GetStatusAsync(OrchestrationStatusQueryCondition, CancellationToken)' is obsolete
build: src/DurableFunctions.TypedInterfaces/example/Calculator.cs#L106
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.
build: src/DurableFunctions.TypedInterfaces/example/SimpleOrchestration.cs#L21
DurableClient attribute is applied to a 'ITypedDurableClient' but must be used with either an IDurableClient, IDurableEntityClient, or an IDurableOrchestrationClient.
build: src/DurableFunctions.TypedInterfaces/example/SimpleOrchestration.cs#L31
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.
build: src/DurableFunctions.TypedInterfaces/example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L107
'IDurableOrchestrationClient.GetStatusAsync(DateTime?, DateTime?, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)' is obsolete
build: src/DurableFunctions.TypedInterfaces/example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L125
'IDurableOrchestrationClient.GetStatusAsync(OrchestrationStatusQueryCondition, CancellationToken)' is obsolete
build: src/DurableFunctions.TypedInterfaces/example/Calculator.cs#L106
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.