Skip to content

Initial Key Value Store implementation #269

Initial Key Value Store implementation

Initial Key Value Store implementation #269

Triggered via pull request September 21, 2023 13:52
@mtmkmtmk
synchronize #132
kv-initial-impl
Status Failure
Total duration 6m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

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

Annotations

2 errors and 40 warnings
dotnet (main)
Process completed with exit code 1.
dotnet (dev)
Process completed with exit code 1.
dotnet (main): src/NATS.Client.JetStream/NatsJSConsumer.cs#L83
Dereference of a possibly null reference.
dotnet (main): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L98
Non-nullable property 'Bucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L103
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L80
Non-nullable property 'src' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L85
Non-nullable property 'dest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (main): src/NATS.Client.JetStream/NatsJSConsumer.cs#L83
Dereference of a possibly null reference.
dotnet (dev): src/NATS.Client.JetStream/NatsJSConsumer.cs#L83
Dereference of a possibly null reference.
dotnet (dev): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L98
Non-nullable property 'Bucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L103
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L80
Non-nullable property 'src' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L85
Non-nullable property 'dest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet (dev): src/NATS.Client.JetStream/NatsJSConsumer.cs#L83
Dereference of a possibly null reference.
memory test (dev): src/NATS.Client.JetStream/NatsJSConsumer.cs#L83
Dereference of a possibly null reference.
memory test (dev): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L80
Non-nullable property 'src' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L85
Non-nullable property 'dest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L98
Non-nullable property 'Bucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L103
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (dev): src/NATS.Client.JetStream/NatsJSConsumer.cs#L83
Dereference of a possibly null reference.
memory test (main): src/NATS.Client.JetStream/NatsJSConsumer.cs#L83
Dereference of a possibly null reference.
memory test (main): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L98
Non-nullable property 'Bucket' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L103
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L80
Non-nullable property 'src' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.KeyValueStore/NatsKVContext.cs#L85
Non-nullable property 'dest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
memory test (main): src/NATS.Client.JetStream/NatsJSConsumer.cs#L83
Dereference of a possibly null reference.