Skip to content

WIP on JsonSyncable class #167

WIP on JsonSyncable class

WIP on JsonSyncable class #167

Triggered via pull request September 3, 2025 07:58
Status Failure
Total duration 31s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
build
Process completed with exit code 1.
build: src/SIL.Harmony/JsonSyncable.cs#L86
Argument 1: cannot convert from 'System.Collections.Generic.Dictionary<System.Guid, System.Threading.Tasks.Task<long>>' to 'System.Collections.Generic.Dictionary<System.Guid, long>'
build: src/SIL.Harmony/JsonSyncable.cs#L81
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.