Skip to content

Update to KNet 2.1.2 to solve synchronization issue (#75) #129

Update to KNet 2.1.2 to solve synchronization issue (#75)

Update to KNet 2.1.2 to solve synchronization issue (#75) #129

Triggered via push October 6, 2023 01:11
Status Success
Total duration 5m 16s
Artifacts
Check changed files
3s
Check changed files
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/net/KEFCore/Storage/Internal/KafkaTable.cs#L302
Possible null reference return.
Analyze (csharp): src/net/KEFCore/Storage/Internal/KafkaStreamsBaseRetriever.cs#L238
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L250
Non-nullable field '_streamData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L306
Possible null reference argument for parameter 'item' in 'void List<Future<RecordMetadata>>.Add(Future<RecordMetadata> item)'.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L199
Possible null reference assignment.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L195
Non-nullable field '_enumerator' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L217
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L218
Possible null reference assignment.