Skip to content

Blazor Hybrid android #202

Blazor Hybrid android

Blazor Hybrid android #202

Triggered via pull request December 16, 2024 09:58
Status Failure
Total duration 2m 18s
Artifacts

develop-fw-headless.yaml

on: pull_request
Set Version
0s
Set Version
Build FwHeadless  /  publish-fw-headless
1m 56s
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 22 warnings
Build FwHeadless / publish-fw-headless
The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify one of the following frameworks in order to publish: net9.0
Build FwHeadless / publish-fw-headless
The 'Publish' target is not supported without specifying a target framework. The current project targets multiple frameworks, you must specify one of the following frameworks in order to publish: net9.0
Build FwHeadless / publish-fw-headless
buildx failed with: ERROR: failed to solve: process "/bin/sh -c dotnet publish /p:InformationalVersion=$APP_VERSION \"FwHeadless/FwHeadless.csproj\" -c Release -o /app/publish" did not complete successfully: 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
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
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
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
The event 'LcmThreadedProgress.Canceling' is never used
Build FwHeadless / publish-fw-headless
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
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
Parameter 'logger' is unread.
Build FwHeadless / publish-fw-headless
Parameter 'dbContext' is unread.
Build FwHeadless / publish-fw-headless
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
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/MiniLcm/SyncHelpers/WritingSystemSync.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 FwHeadless / publish-fw-headless: backend/FwLite/MiniLcm/SyncHelpers/SenseSync.cs#L41
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/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.
Build FwHeadless / publish-fw-headless: backend/FwLite/LcmCrdt/HistoryService.cs#L94
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FwHeadless / publish-fw-headless: backend/FwLite/LcmCrdt/HistoryService.cs#L94
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FwHeadless / publish-fw-headless: backend/FwLite/LcmCrdt/CrdtMiniLcmApi.cs#L369
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.