durable task scheduler auth extension support #75
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\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.
|
|
Build:
src/Extensions/Azure/DurableTaskSchedulerExtensions.cs#L182
File is required to end with a single newline character (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1518.md)
|
Build:
src/Extensions/Azure/DurableTaskSchedulerOptions.cs#L76
Single-line comments should not be followed by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1512.md)
|
Build:
src/Extensions/Azure/DurableTaskSchedulerOptions.cs#L2
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
Build:
src/Extensions/Azure/DurableTaskSchedulerOptions.cs#L162
File is required to end with a single newline character (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1518.md)
|
Build:
src/Extensions/Azure/DurableTaskSchedulerOptions.cs#L18
The documentation for parameter 'endpointAddress' is missing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1611.md)
|
Build:
src/Extensions/Azure/DurableTaskSchedulerOptions.cs#L18
The documentation for parameter 'taskHubName' is missing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1611.md)
|
Build:
src/Extensions/Azure/DurableTaskSchedulerOptions.cs#L18
The documentation for parameter 'credential' is missing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1611.md)
|
Build:
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)
|
Build:
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)
|
Loading