Make scalers into per-task hub singletons (cherry pick #2967) (#2974) #211
Annotations
11 warnings
Initialize CodeQL
Unable to validate code scanning workflow: error: getWorkflow() failed: Error: Expected to find a code scanning workflow file at D:\a\azure-functions-durable-extension\azure-functions-durable-extension\.github\workflows\codeQL.yml, but no such file existed. This can happen if the currently running workflow checks out a branch that doesn't contain the corresponding workflow file.
|
Build:
src/WebJobs.Extensions.DurableTask/Listener/DurableTaskScaleMonitor.cs#L41
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
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/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/Calculator.cs#L106
OrchestrationTrigger is applied to a 'ITypedDurableOrchestrationContext' but must be used with an IDurableOrchestrationContext instead.
|
Build:
src/WebJobs.Extensions.DurableTask/Listener/DurableTaskScaleMonitor.cs#L41
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
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
|
Loading