Skip to content

Update Test Project to Target .NET 6 for WebJobs.Extensions.DurableTask Compatibility #184

Update Test Project to Target .NET 6 for WebJobs.Extensions.DurableTask Compatibility

Update Test Project to Target .NET 6 for WebJobs.Extensions.DurableTask Compatibility #184

Triggered via pull request November 13, 2024 23:09
Status Success
Total duration 16m 19s
Artifacts

codeQL.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Analyze (csharp): src/WebJobs.Extensions.DurableTask.Analyzers/SyntaxNodeUtils.cs#L281
The result of the expression is always 'true' since a value of type 'SyntaxToken' is never equal to 'null' of type 'SyntaxToken?'
Analyze (csharp): src/WebJobs.Extensions.DurableTask.Analyzers/SyntaxNodeUtils.cs#L387
The result of the expression is always 'true' since a value of type 'SyntaxToken' is never equal to 'null' of type 'SyntaxToken?'
Analyze (csharp): src/WebJobs.Extensions.DurableTask.Analyzers/Analyzers/EntityInterface/InterfaceAnalyzer.cs#L111
The result of the expression is always 'true' since a value of type 'SyntaxToken' is never equal to 'null' of type 'SyntaxToken?'
Analyze (csharp): src/WebJobs.Extensions.DurableTask.Analyzers/Analyzers/Entity/StaticFunctionAnalyzer.cs#L32
The result of the expression is always 'true' since a value of type 'SyntaxToken' is never equal to 'null' of type 'SyntaxToken?'
Analyze (csharp): src/WebJobs.Extensions.DurableTask/EndToEndTraceHelper.cs#L16
Possible null reference assignment.
Analyze (csharp): src/WebJobs.Extensions.DurableTask/Listener/TaskOrchestrationShim.cs#L187
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
Analyze (csharp): src/DurableFunctions.TypedInterfaces/Example/obj/Generated/DurableFunctions.TypedInterfaces/DurableFunctions.TypedInterfaces.DurableTaskSourceGenerator/TypedDurableClient.cs#L107
'IDurableOrchestrationClient.GetStatusAsync(DateTime?, DateTime?, IEnumerable<OrchestrationRuntimeStatus>, CancellationToken)' is obsolete
Analyze (csharp): 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.