Skip to content

Added performance test project and lots of improvements #136

Added performance test project and lots of improvements

Added performance test project and lots of improvements #136

Triggered via pull request October 11, 2023 03:03
Status Success
Total duration 4m 34s
Artifacts

codeql-analysis.yml

on: pull_request
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/IKafkaTable.cs#L45
'IKafkaTable.EntityType' hides inherited member 'IEntityTypeProducer.EntityType'. Use the new keyword if hiding was intended.
Analyze (csharp): src/net/KEFCore/Storage/Internal/KafkaTable.cs#L309
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#L173
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#L241
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#L73
Possible null reference assignment.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L61
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#L125
Converting null literal or possible null value to non-nullable type.