feat: add streaming sample based on NATS #17
Merged
Annotations
10 warnings
|
Samples/Streaming/Provider/Nats/NatsDataAddress.cs#L42
Converting null literal or possible null value to non-nullable type.
|
|
Samples/Streaming/Provider/Nats/NatsDataAddress.cs#L42
Possible null reference argument for parameter 'json' in 'List<EndpointProperty>? JsonSerializer.Deserialize<List<EndpointProperty>>(string json, JsonSerializerOptions? options = null)'.
|
|
|
|
Samples/Streaming/Consumer/Nats/NatsSubscriber.cs#L10
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.
|
|
Samples/Streaming/Consumer/Nats/NatsDataAddress.cs#L46
Converting null literal or possible null value to non-nullable type.
|
|
Samples/Streaming/Consumer/Nats/NatsDataAddress.cs#L42
Converting null literal or possible null value to non-nullable type.
|
|
Samples/Streaming/Consumer/Nats/NatsDataAddress.cs#L42
Possible null reference argument for parameter 'json' in 'List<EndpointProperty>? JsonSerializer.Deserialize<List<EndpointProperty>>(string json, JsonSerializerOptions? options = null)'.
|
|
Samples/Streaming/Provider/Nats/NatsDataAddress.cs#L46
Converting null literal or possible null value to non-nullable type.
|
|
Samples/Streaming/Provider/Nats/NatsDataAddress.cs#L42
Converting null literal or possible null value to non-nullable type.
|
|
Samples/Streaming/Provider/Nats/NatsDataAddress.cs#L42
Possible null reference argument for parameter 'json' in 'List<EndpointProperty>? JsonSerializer.Deserialize<List<EndpointProperty>>(string json, JsonSerializerOptions? options = null)'.
|
The logs for this run have expired and are no longer available.
Loading