Removed string from definition of KNet generic types #117
Annotations
10 warnings
src/net/KEFCore/Storage/Internal/KafkaTable.cs#L306
Possible null reference return.
|
src/net/KEFCore/Serdes/Internal/KafkaSerdesEntityType.cs#L81
Possible null reference return.
|
src/net/KEFCore/Serdes/Internal/KafkaSerdesEntityType.cs#L97
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
src/net/KEFCore/Serdes/Internal/KafkaSerdesEntityType.cs#L110
Cannot convert null literal to non-nullable reference type.
|
src/net/KEFCore/Serdes/Internal/KafkaSerdesEntityType.cs#L29
Non-nullable field 'typeName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/net/KEFCore/Serdes/Internal/KafkaSerdesEntityType.cs#L29
Non-nullable field 'data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L63
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/net/KEFCore/Storage/Internal/KafkaCluster.cs#L63
Dereference of a possibly null reference.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L120
Non-nullable property 'TypeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L120
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading