Skip to content

#216 Input of activity is not shown with MSSQL storage provider #86

#216 Input of activity is not shown with MSSQL storage provider

#216 Input of activity is not shown with MSSQL storage provider #86

Triggered via pull request January 17, 2025 21:42
Status Failure
Total duration 3m 0s
Artifacts

main-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: durablefunctionsmonitor.dotnetbackend/Functions/Orchestrations.cs#L35
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: durablefunctionsmonitor.dotnetbackend/Functions/Orchestration.cs#L173
'IDurableOrchestrationClient.RewindAsync(string, string)' is obsolete: 'This feature is in preview.'
build: durablefunctionsmonitor.dotnetbackend/Functions/About.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: durablefunctionsmonitor.dotnetbackend/Functions/EasyAuthConfig.cs#L26
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: durablefunctionsmonitor.dotnetbackend/Functions/ManageConnection.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: durablefunctionsmonitor.dotnetbackend/Common/Auth.cs#L28
Missing XML comment for publicly visible type or member 'OperationKind.Read'
build: durablefunctionsmonitor.dotnetbackend/Common/Auth.cs#L29
Missing XML comment for publicly visible type or member 'OperationKind.Write'
build: durablefunctionsmonitor.dotnetbackend/Common/HttpHandlerBase.cs#L17
Missing XML comment for publicly visible type or member 'HttpHandlerBase'
build: durablefunctionsmonitor.dotnetbackend/Common/HttpHandlerBase.cs#L22
Missing XML comment for publicly visible type or member 'HttpHandlerBase.HttpHandlerBase(IDurableClientFactory)'
build: durablefunctionsmonitor.dotnetbackend/Common/HttpHandlerBase.cs#L28
Missing XML comment for publicly visible type or member 'HttpHandlerBase.HandleAuthAndErrors(OperationKind, IDurableClient, HttpRequest, string, string, ILogger, Func<IDurableClient, Task<IActionResult>>)'