Add gRPC span and correlate client and orchestrator functions for DF .NET Isolated Distributed Tracing #286
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#L95
'IDurableOrchestrationClient.RewindAsync(string, string)' is obsolete: 'This feature is in preview.'
|
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#L95
'IDurableOrchestrationClient.RewindAsync(string, string)' is obsolete: 'This feature is in preview.'
|
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.
|
Loading