Removed string from definition of KNet generic types #116
Annotations
10 warnings
src/net/KEFCore/Storage/Internal/KafkaTable.cs#L306
Possible null reference return.
|
src/net/KEFCore/Storage/Internal/KafkaCluster.cs#L63
Dereference of a possibly null reference.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L200
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#L247
Possible null reference return.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L255
Possible null reference argument for parameter 'item' in 'void List<Future<RecordMetadata>>.Add(Future<RecordMetadata> item)'.
|
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.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L138
Possible null reference return.
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L144
Unreachable code detected
|
src/net/KEFCore/Storage/Internal/EntityTypeProducer.cs#L154
Unreachable code detected
|
The logs for this run have expired and are no longer available.
Loading