Skip to content

Initial Key Value Store implementation #338

Initial Key Value Store implementation

Initial Key Value Store implementation #338

Triggered via pull request October 10, 2023 11:35
@mtmkmtmk
synchronize #132
kv-initial-impl
Status Failure
Total duration 3m 52s
Artifacts

test.yml

on: pull_request
Matrix: dotnet
Matrix: memory test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 60 warnings
dotnet (main)
Process completed with exit code 1.
dotnet (latest)
Process completed with exit code 1.
dotnet (release/v2.9.23)
Process completed with exit code 1.
dotnet (main): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
dotnet (latest): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
dotnet (release/v2.9.23): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
memory test (main): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
memory test (release/v2.9.23): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.
memory test (latest): src/NATS.Client.KeyValueStore/NatsKVStore.cs#L139
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.