Fixed low speed of LINQ query #119
Annotations
10 warnings
src/net/KEFCore/Storage/Internal/KafkaTable.cs#L302
Possible null reference return.
|
src/net/KEFCore/Storage/Internal/KafkaStreamsBaseRetriever.cs#L238
Converting null literal or possible null value to non-nullable type.
|
src/net/KEFCore/Storage/Internal/KafkaStreamsBaseRetriever.cs#L239
Possible null reference assignment.
|
src/net/KEFCore/Storage/Internal/KafkaCluster.cs#L59
Dereference of a possibly null reference.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L186
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#L233
Possible null reference return.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L241
Possible null reference argument for parameter 'item' in 'void List<Future<RecordMetadata>>.Add(Future<RecordMetadata> item)'.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L272
Converting null literal or possible null value to non-nullable type.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L273
Possible null reference assignment.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L124
Non-nullable property 'TypeName' 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