Skip to content

Add merge status API to fw-headless #171

Add merge status API to fw-headless

Add merge status API to fw-headless #171

Triggered via pull request December 3, 2024 08:45
Status Failure
Total duration 1m 3s
Artifacts

develop-fw-headless.yaml

on: pull_request
Set Version
0s
Set Version
Build FwHeadless  /  publish-fw-headless
47s
Build FwHeadless / publish-fw-headless
Deploy FwHeadless  /  deploy
Deploy FwHeadless / deploy
Matrix: Deploy FwHeadless / verify-published
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
Build FwHeadless / publish-fw-headless: backend/FwHeadless/Services/ProjectContextFromIdService.cs#L11
'HttpContext' does not contain a definition for 'GetProjectId' and no accessible extension method 'GetProjectId' accepting a first argument of type 'HttpContext' could be found (are you missing a using directive or an assembly reference?)
Build FwHeadless / publish-fw-headless: backend/FwHeadless/Services/ProjectContextFromIdService.cs#L11
'HttpContext' does not contain a definition for 'GetProjectId' and no accessible extension method 'GetProjectId' accepting a first argument of type 'HttpContext' could be found (are you missing a using directive or an assembly reference?)
Build FwHeadless / publish-fw-headless
Process completed with exit code 1.
Set Version
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build FwHeadless / publish-fw-headless
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build FwHeadless / publish-fw-headless: backend/FwLite/MiniLcm/SyncHelpers/WritingSystemSync.cs#L21
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 FwHeadless / publish-fw-headless: backend/FwLite/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L204
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 FwHeadless / publish-fw-headless: backend/FwLite/FwDataMiniLcmBridge/LcmUtils/LcmThreadedProgress.cs#L10
The event 'LcmThreadedProgress.Canceling' is never used
Build FwHeadless / publish-fw-headless: backend/FwLite/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateSenseProxy.cs#L121
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)
Build FwHeadless / publish-fw-headless: backend/FwLite/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateEntryProxy.cs#L53
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)
Build FwHeadless / publish-fw-headless: backend/FwLite/LcmCrdt/Changes/RemoveSemanticDomainChange.cs#L11
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 FwHeadless / publish-fw-headless: backend/FwLite/LcmCrdt/RemoteSync/CrdtHttpSyncService.cs#L53
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.