Skip to content

Update documentation and usage of ConsumerConfigBuilder #142

Update documentation and usage of ConsumerConfigBuilder

Update documentation and usage of ConsumerConfigBuilder #142

Triggered via pull request October 11, 2023 16:01
Status Failure
Total duration 2m 28s
Artifacts

codeql-analysis.yml

on: pull_request
Check changed files
4s
Check changed files
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Analyze (csharp): src/net/KEFCore/Infrastructure/Internal/KafkaSingletonOptions.cs#L49
'ConsumerConfigBuilder' is a type but is used like a variable
Analyze (csharp): src/net/KEFCore/Infrastructure/Internal/KafkaSingletonOptions.cs#L50
'ProducerConfigBuilder' is a type but is used like a variable
Analyze (csharp): src/net/KEFCore/Infrastructure/Internal/KafkaSingletonOptions.cs#L52
'TopicConfigBuilder' is a type but is used like a variable
Analyze (csharp): src/net/KEFCore/Infrastructure/Internal/KafkaSingletonOptions.cs#L49
'ConsumerConfigBuilder' is a type but is used like a variable
Analyze (csharp): src/net/KEFCore/Infrastructure/Internal/KafkaSingletonOptions.cs#L50
'ProducerConfigBuilder' is a type but is used like a variable
Analyze (csharp): src/net/KEFCore/Infrastructure/Internal/KafkaSingletonOptions.cs#L52
'TopicConfigBuilder' is a type but is used like a variable
Analyze (csharp)
Assets file '/home/runner/work/KEFCore/KEFCore/test/KEFCore.Test/obj/project.assets.json' doesn't have a target for '.NETFramework,Version=v6.0'. Ensure that restore has run and that you have included 'net60' in the TargetFrameworks for your project.
Analyze (csharp)
Assets file '/home/runner/work/KEFCore/KEFCore/src/net/KEFCore/obj/project.assets.json' doesn't have a target for '.NETFramework,Version=v6.0'. Ensure that restore has run and that you have included 'net60' in the TargetFrameworks for your project.
Analyze (csharp)
Assets file '/home/runner/work/KEFCore/KEFCore/test/KEFCore.Complex.Test/obj/project.assets.json' doesn't have a target for '.NETFramework,Version=v6.0'. Ensure that restore has run and that you have included 'net60' in the TargetFrameworks for your project.
Analyze (csharp)
Assets file '/home/runner/work/KEFCore/KEFCore/test/KEFCore.Benchmark.Test/obj/project.assets.json' doesn't have a target for '.NETFramework,Version=v6.0'. Ensure that restore has run and that you have included 'net60' in the TargetFrameworks for your project.
Analyze (csharp): src/net/KEFCore/Storage/Internal/IKafkaTable.cs#L48
'IKafkaTable.EntityType' hides inherited member 'IEntityTypeProducer.EntityType'. Use the new keyword if hiding was intended.
Analyze (csharp): src/net/KEFCore/Storage/Internal/KafkaTable.cs#L314
Possible null reference return.
Analyze (csharp): src/net/KEFCore/Storage/Internal/KafkaStreamsBaseRetriever.cs#L249
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L178
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#L247
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#L78
Possible null reference assignment.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L66
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#L130
Converting null literal or possible null value to non-nullable type.