Skip to content

Initial Key Value Store implementation #340

Initial Key Value Store implementation

Initial Key Value Store implementation #340

Triggered via pull request October 10, 2023 19:08
@mtmkmtmk
synchronize #132
kv-initial-impl
Status Success
Total duration 5m 35s
Artifacts

test.yml

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

Annotations

60 warnings
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.
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 (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 (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 (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.