Skip to content

Updated documentation #139

Updated documentation

Updated documentation #139

Triggered via pull request October 11, 2023 12:58
Status Success
Total duration 10m 15s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
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/EntityTypeDataStorage.cs#L37
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeDataStorage.cs#L127
Non-nullable property 'TypeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeDataStorage.cs#L127
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.