https://github.com/masesgroup/KEFCore/issues/86#issuecomment-17618111… #156
codeql-analysis.yml
on: push
Check changed files
3s
Matrix: Analyze
Annotations
10 warnings
Analyze (csharp):
src/net/KEFCore.SerDes/KEFCoreSerDes.cs#L37
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
src/net/KEFCore.SerDes/KEFCoreSerDes.cs#L48
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
src/net/KEFCore.SerDes/KEFCoreSerDes.cs#L53
Possible null reference return.
|
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.
|