Skip to content

durable task scheduler auth extension support #75

durable task scheduler auth extension support

durable task scheduler auth extension support #75

Triggered via pull request January 9, 2025 09:57
Status Success
Total duration 8m 22s
Artifacts

codeQL.yml

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

Annotations

11 warnings
Analyze (csharp)
Unable to validate code scanning workflow: error: getWorkflow() failed: Error: Expected to find a code scanning workflow file at D:\a\durabletask-dotnet\durabletask-dotnet\.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.
Analyze (csharp): src/Extensions/Azure/DurableTaskSchedulerExtensions.cs#L140
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.DurableTask.Extensions.Azure.DurableTaskSchedulerExtensions.GetGrpcChannelForOptions(Microsoft.DurableTask.Extensions.Azure.DurableTaskSchedulerOptions)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
Analyze (csharp): src/Extensions/Azure/DurableTaskSchedulerExtensions.cs#L155
Change return type of method 'RequiredOptionMissing' from 'System.Exception' to 'System.ArgumentException' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)