Skip to content

Added .NET 6 distinguishing between different frameworks #182

Added .NET 6 distinguishing between different frameworks

Added .NET 6 distinguishing between different frameworks #182

Triggered via pull request October 19, 2023 18:07
Status Success
Total duration 6m 58s
Artifacts

codeql-analysis.yml

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

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.