Skip to content

Removed string from definition of KNet generic types #117

Removed string from definition of KNet generic types

Removed string from definition of KNet generic types #117

Triggered via pull request October 1, 2023 12:46
Status Success
Total duration 5m 11s
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 warnings
Analyze (csharp): src/net/KEFCore/Storage/Internal/KafkaTable.cs#L306
Possible null reference return.
Analyze (csharp): src/net/KEFCore/Serdes/Internal/KafkaSerdesEntityType.cs#L97
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
Analyze (csharp): src/net/KEFCore/Serdes/Internal/KafkaSerdesEntityType.cs#L110
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/net/KEFCore/Serdes/Internal/KafkaSerdesEntityType.cs#L29
Non-nullable field 'typeName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/net/KEFCore/Serdes/Internal/KafkaSerdesEntityType.cs#L29
Non-nullable field 'data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L63
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/KafkaCluster.cs#L63
Dereference of a possibly null reference.
Analyze (csharp): src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L120
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/EntityTypeProducer.cs#L120
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.