Skip to content

close fwdata file when leaving the editor #43

close fwdata file when leaving the editor

close fwdata file when leaving the editor #43

Triggered via pull request July 5, 2024 10:02
Status Success
Total duration 2m 31s
Artifacts 1

fw-lite.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

37 warnings
Build FW Lite
Found version-specific or distribution-specific runtime identifier(s): debian-x64, fedora-x64, opensuse-x64, rhel-x64, win7-arm, win7-x64, win7-x86. Affected libraries: Libuv. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Build FW Lite: backend/LocalWebApp/SyncService.cs#L10
Parameter 'factory' is unread.
Build FW Lite: backend/LocalWebApp/Routes/TestRoutes.cs#L29
Unreachable code detected
Build FW Lite: backend/LocalWebApp/CrdtHttpSyncService.cs#L64
Parameter 'originDomain' is unread.
Build FW Lite: backend/LocalWebApp/Hubs/CrdtMiniLcmApiHub.cs#L17
Parameter 'jsonOptions' is unread.
Build FW Lite: backend/LocalWebApp/BackgroundSyncService.cs#L11
Parameter 'serviceProvider' is unread.
Build FW Lite: backend/LocalWebApp/BackgroundSyncService.cs#L14
Parameter 'options' is unread.
Build FW Lite: backend/LocalWebApp/Routes/HistoryRoutes.cs#L45
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FW Lite: backend/LocalWebApp/Routes/HistoryRoutes.cs#L45
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FW Lite
Found version-specific or distribution-specific runtime identifier(s): debian-x64, fedora-x64, opensuse-x64, rhel-x64, win7-arm, win7-x64, win7-x86. Affected libraries: Libuv. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Build FW Lite: backend/LocalWebApp/SyncService.cs#L10
Parameter 'factory' is unread.
Build FW Lite: backend/LocalWebApp/BackgroundSyncService.cs#L11
Parameter 'serviceProvider' is unread.
Build FW Lite: backend/LocalWebApp/BackgroundSyncService.cs#L14
Parameter 'options' is unread.
Build FW Lite: backend/LocalWebApp/CrdtHttpSyncService.cs#L64
Parameter 'originDomain' is unread.
Build FW Lite: backend/LocalWebApp/Hubs/CrdtMiniLcmApiHub.cs#L17
Parameter 'jsonOptions' is unread.
Build FW Lite: backend/LocalWebApp/Routes/TestRoutes.cs#L29
Unreachable code detected
Build FW Lite: backend/LocalWebApp/Routes/HistoryRoutes.cs#L45
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FW Lite: backend/LocalWebApp/Routes/HistoryRoutes.cs#L45
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FW Lite
Found version-specific or distribution-specific runtime identifier(s): debian-x64, fedora-x64, opensuse-x64, rhel-x64, win7-arm, win7-x64, win7-x86. Affected libraries: Libuv. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Build FW Lite: backend/LocalWebApp/SyncService.cs#L10
Parameter 'factory' is unread.
Build FW Lite: backend/LocalWebApp/BackgroundSyncService.cs#L11
Parameter 'serviceProvider' is unread.
Build FW Lite: backend/LocalWebApp/BackgroundSyncService.cs#L14
Parameter 'options' is unread.
Build FW Lite: backend/LocalWebApp/CrdtHttpSyncService.cs#L64
Parameter 'originDomain' is unread.
Build FW Lite: backend/LocalWebApp/Routes/TestRoutes.cs#L29
Unreachable code detected
Build FW Lite: backend/LocalWebApp/Hubs/CrdtMiniLcmApiHub.cs#L17
Parameter 'jsonOptions' is unread.
Build FW Lite: backend/LocalWebApp/Routes/HistoryRoutes.cs#L45
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FW Lite: backend/LocalWebApp/Routes/HistoryRoutes.cs#L45
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Build FW Lite: backend/MiniLcm/InMemoryApi.cs#L195
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 FW Lite: backend/MiniLcm/InMemoryApi.cs#L214
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 FW Lite: backend/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L167
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 FW Lite: backend/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L175
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 FW Lite: backend/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L255
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 FW Lite: backend/FwDataMiniLcmBridge/LcmUtils/LcmThreadedProgress.cs#L10
The event 'LcmThreadedProgress.Canceling' is never used
Build FW Lite: backend/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateEntryProxy.cs#L38
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 FW Lite: backend/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateSenseProxy.cs#L89
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 FW Lite
Found version-specific or distribution-specific runtime identifier(s): debian-x64, fedora-x64, opensuse-x64, rhel-x64, win7-arm, win7-x64, win7-x86. Affected libraries: Libuv. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Build FW Lite: backend/LcmCrdt/LcmCrdtKernel.cs#L4
The using directive for 'Crdt' appeared previously in this namespace

Artifacts

Produced during runtime
Name Size
fw-lite Expired
208 MB