Skip to content

Distinguish between Added and Removed (#133) #213

Distinguish between Added and Removed (#133)

Distinguish between Added and Removed (#133) #213

Triggered via push October 22, 2023 01:08
Status Success
Total duration 8m 9s
Artifacts
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.SerDes.Avro/AvroKEFCoreSerDes.cs#L84
Possible null reference argument for parameter 'collection' in 'List<object>.List(IEnumerable<object> collection)'.
Analyze (csharp): src/net/KEFCore.SerDes.Avro/Generated/AvroKeyContainer.cs#L22
Missing XML comment for publicly visible type or member 'AvroKeyContainer._SCHEMA'
Analyze (csharp): src/net/KEFCore.SerDes.Avro/Generated/AvroKeyContainer.cs#L24
Missing XML comment for publicly visible type or member 'AvroKeyContainer.Schema'
Analyze (csharp): src/net/KEFCore.SerDes.Avro/Generated/AvroKeyContainer.cs#L31
Missing XML comment for publicly visible type or member 'AvroKeyContainer.PrimaryKey'
Analyze (csharp): src/net/KEFCore.SerDes.Avro/Generated/AvroKeyContainer.cs#L42
Missing XML comment for publicly visible type or member 'AvroKeyContainer.Get(int)'