Skip to content

Added Serialization package along with core library extensibility (#89) #153

Added Serialization package along with core library extensibility (#89)

Added Serialization package along with core library extensibility (#89) #153

Triggered via push October 13, 2023 16:32
Status Success
Total duration 5m 46s
Artifacts
Check changed files
7s
Check changed files
Matrix: Analyze
Fit to window
Zoom out
Zoom in

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/EntityTypeProducer.cs#L195
Possible null reference assignment.