Skip to content

JsonSyncable class #126

JsonSyncable class

JsonSyncable class #126

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

nuget-ci-cd.yml

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.