Skip to content

Rev WebJobs Extension to 2.13.6, Rev DTFx.AS dependency to 1.17.5, make 1ES build deterministic, increase CI Azurite version #82

Rev WebJobs Extension to 2.13.6, Rev DTFx.AS dependency to 1.17.5, make 1ES build deterministic, increase CI Azurite version

Rev WebJobs Extension to 2.13.6, Rev DTFx.AS dependency to 1.17.5, make 1ES build deterministic, increase CI Azurite version #82

Triggered via pull request September 16, 2024 18:17
Status Success
Total duration 5m 34s
Artifacts

validate-build-analyzer.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/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.