Skip to content

Aligned to KNet 2.1.1 (#72) #127

Aligned to KNet 2.1.1 (#72)

Aligned to KNet 2.1.1 (#72) #127

Triggered via push October 5, 2023 18:06
Status Success
Total duration 4m 19s
Artifacts
Check changed files
9s
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/KafkaCluster.cs#L59
Dereference of a possibly null reference.
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.