Added SourceLink generation #150
Annotations
10 warnings
src/net/KEFCore/Storage/Internal/IKafkaTable.cs#L48
'IKafkaTable.EntityType' hides inherited member 'IEntityTypeProducer.EntityType'. Use the new keyword if hiding was intended.
|
src/net/KEFCore/Storage/Internal/KafkaTable.cs#L314
Possible null reference return.
|
src/net/KEFCore/Storage/Internal/KafkaStreamsBaseRetriever.cs#L249
Converting null literal or possible null value to non-nullable type.
|
src/net/KEFCore/Storage/Internal/KafkaStreamsBaseRetriever.cs#L250
Possible null reference assignment.
|
src/net/KEFCore/Storage/Internal/EntityTypeDataStorage.cs#L127
Non-nullable property 'TypeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/net/KEFCore/Storage/Internal/EntityTypeDataStorage.cs#L127
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/net/KEFCore/Storage/Internal/EntityTypeDataStorage.cs#L37
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L178
Non-nullable field '_streamData' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L239
Possible null reference return.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L247
Possible null reference argument for parameter 'item' in 'void List<Future<RecordMetadata>>.Add(Future<RecordMetadata> item)'.
|
The logs for this run have expired and are no longer available.
Loading