Bump the npm_and_yarn group across 2 directories with 1 update #6
Annotations
10 warnings
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/LcmCrdt/LcmCrdtKernel.cs#L4
The using directive for 'Crdt' appeared previously in this namespace
|
Build FW Lite:
backend/LcmCrdt/CrdtLexboxApi.cs#L13
Parameter 'timeProvider' is unread.
|
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/CrdtHttpSyncService.cs#L63
Parameter 'originDomain' is unread.
|
Build FW Lite:
backend/LocalWebApp/LexboxApiHub.cs#L16
Parameter 'jsonOptions' is unread.
|
Build FW Lite:
backend/LocalWebApp/Routes/HistoryRoutes.cs#L44
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#L44
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
|