Skip to content

Added new types managed from serdes #132

Added new types managed from serdes

Added new types managed from serdes #132

Status Success
Total duration 5m 39s
Artifacts

codeql-analysis.yml

on: pull_request
Check changed files
5s
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#L111
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#L167
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#L59
Possible null reference assignment.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L55
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#L77
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L78
Possible null reference assignment.