durable task scheduler auth extension support #824
Annotations
12 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
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)
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "pkg".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
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