Added serialization based on Avro #158
codeql-analysis.yml
on: pull_request
Check changed files
2s
Matrix: Analyze
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/KafkaStreamsTableRetriever.cs#L33
The type 'TKey' cannot be used as type parameter 'T' in the generic type or method 'IValueContainer<T>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
Analyze (csharp):
src/net/KEFCore/Storage/Internal/KafkaStreamsTableRetriever.cs#L33
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'KafkaStreamsBaseRetriever<TKey, TValue, K, V>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
Analyze (csharp):
src/net/KEFCore/Storage/Internal/KafkaTable.cs#L317
Possible null reference return.
|
Analyze (csharp):
src/net/KEFCore/Storage/Internal/KafkaStreamsBaseRetriever.cs#L251
Converting null literal or possible null value to non-nullable type.
|
Analyze (csharp):
src/net/KEFCore/Storage/Internal/KafkaStreamsBaseRetriever.cs#L252
Possible null reference assignment.
|
Analyze (csharp):
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L195
Possible null reference assignment.
|
Analyze (csharp):
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L196
Possible null reference assignment.
|
Analyze (csharp):
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L226
Possible null reference argument for parameter 'keySerdes' in 'KafkaStreamsTableRetriever<TKey, TValueContainer>.KafkaStreamsTableRetriever(IKafkaCluster kafkaCluster, IEntityType entityType, IKNetSerDes<TKey> keySerdes, IKNetSerDes<TValueContainer> valueSerdes)'.
|
Analyze (csharp):
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L226
Possible null reference argument for parameter 'valueSerdes' in 'KafkaStreamsTableRetriever<TKey, TValueContainer>.KafkaStreamsTableRetriever(IKafkaCluster kafkaCluster, IEntityType entityType, IKNetSerDes<TKey> keySerdes, IKNetSerDes<TValueContainer> valueSerdes)'.
|