Added documentation on how the provider works and use cases #192
codeql-analysis.yml
on: pull_request
Check changed files
5s
Matrix: Analyze
Annotations
10 warnings
Analyze (csharp):
src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L41
Possible null reference assignment.
|
Analyze (csharp):
src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L42
Possible null reference assignment.
|
Analyze (csharp):
src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L39
Non-nullable field '_keySerdes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Analyze (csharp):
src/net/KEFCore.SerDes/LocalEntityExtractor.cs#L39
Non-nullable field '_valueSerdes' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Analyze (csharp):
src/net/KEFCore.SerDes/KEFCoreSerDes.Helpers.cs#L196
Parameter 'topic' has no matching param tag in the XML comment for 'EntityExtractor.FromRawValueData(Type, Type, Type, Type, string, byte[], byte[], bool)' (but other parameters do)
|
Analyze (csharp):
src/net/KEFCore/Query/Internal/KafkaQueryableMethodTranslatingExpressionVisitor.cs#L93
Member 'KafkaQueryableMethodTranslatingExpressionVisitor.CreateShapedQueryExpression(Type)' overrides obsolete member 'QueryableMethodTranslatingExpressionVisitor.CreateShapedQueryExpression(Type)'. Add the Obsolete attribute to 'KafkaQueryableMethodTranslatingExpressionVisitor.CreateShapedQueryExpression(Type)'.
|
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/KafkaStreamsBaseRetriever.cs#L251
Converting null literal or possible null value to non-nullable type.
|