release for tags #30
Annotations
32 warnings
linux-build:
src/Confluent.Kafka/Impl/SafeKafkaHandle.cs#L1822
The result of the expression is always 'false' since a value of type 'Partition' is never equal to 'null' of type 'Partition?'
|
linux-build:
src/Confluent.Kafka/Impl/SafeKafkaHandle.cs#L1822
The result of the expression is always 'false' since a value of type 'Partition' is never equal to 'null' of type 'Partition?'
|
linux-build:
src/Confluent.SchemaRegistry/ISchemaRegistryClient.cs#L145
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'paramref'.'
|
linux-build:
src/Confluent.SchemaRegistry/ISchemaRegistryClient.cs#L162
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
linux-build:
src/Confluent.SchemaRegistry/Rest/DataContracts/Rule.cs#L63
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
linux-build:
src/Confluent.SchemaRegistry/AsyncSerde.cs#L85
The variable 'e' is declared but never used
|
linux-build:
src/Confluent.SchemaRegistry/AsyncDeserializer.cs#L25
Missing XML comment for publicly visible type or member 'AsyncDeserializer<T, TParsedSchema>'
|
linux-build:
src/Confluent.SchemaRegistry/AsyncDeserializer.cs#L27
Missing XML comment for publicly visible type or member 'AsyncDeserializer<T, TParsedSchema>.headerSize'
|
linux-build:
src/Confluent.SchemaRegistry/AsyncDeserializer.cs#L29
Missing XML comment for publicly visible type or member 'AsyncDeserializer<T, TParsedSchema>.AsyncDeserializer(ISchemaRegistryClient, SerdeConfig, RuleRegistry)'
|
linux-build:
src/Confluent.SchemaRegistry/AsyncDeserializer.cs#L33
Missing XML comment for publicly visible type or member 'AsyncDeserializer<T, TParsedSchema>.DeserializeAsync(ReadOnlyMemory<byte>, bool, SerializationContext)'
|
osx-build:
src/Confluent.Kafka/Impl/SafeKafkaHandle.cs#L1822
The result of the expression is always 'false' since a value of type 'Partition' is never equal to 'null' of type 'Partition?'
|
osx-build:
src/Confluent.Kafka/Impl/SafeKafkaHandle.cs#L1822
The result of the expression is always 'false' since a value of type 'Partition' is never equal to 'null' of type 'Partition?'
|
osx-build:
src/Confluent.SchemaRegistry/ISchemaRegistryClient.cs#L145
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'paramref'.'
|
osx-build:
src/Confluent.SchemaRegistry/ISchemaRegistryClient.cs#L162
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
osx-build:
src/Confluent.SchemaRegistry/Rest/DataContracts/Rule.cs#L63
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
osx-build:
src/Confluent.SchemaRegistry/AsyncSerde.cs#L85
The variable 'e' is declared but never used
|
osx-build:
src/Confluent.SchemaRegistry/AsyncDeserializer.cs#L25
Missing XML comment for publicly visible type or member 'AsyncDeserializer<T, TParsedSchema>'
|
osx-build:
src/Confluent.SchemaRegistry/AsyncDeserializer.cs#L27
Missing XML comment for publicly visible type or member 'AsyncDeserializer<T, TParsedSchema>.headerSize'
|
osx-build:
src/Confluent.SchemaRegistry/AsyncDeserializer.cs#L29
Missing XML comment for publicly visible type or member 'AsyncDeserializer<T, TParsedSchema>.AsyncDeserializer(ISchemaRegistryClient, SerdeConfig, RuleRegistry)'
|
osx-build:
src/Confluent.SchemaRegistry/AsyncDeserializer.cs#L33
Missing XML comment for publicly visible type or member 'AsyncDeserializer<T, TParsedSchema>.DeserializeAsync(ReadOnlyMemory<byte>, bool, SerializationContext)'
|
windows-build:
src/Confluent.Kafka/Impl/SafeKafkaHandle.cs#L1822
The result of the expression is always 'false' since a value of type 'Partition' is never equal to 'null' of type 'Partition?'
|
windows-build:
src/Confluent.Kafka/Impl/SafeKafkaHandle.cs#L1822
The result of the expression is always 'false' since a value of type 'Partition' is never equal to 'null' of type 'Partition?'
|
package:
src/Confluent.Kafka/Impl/SafeKafkaHandle.cs#L1822
The result of the expression is always 'false' since a value of type 'Partition' is never equal to 'null' of type 'Partition?'
|
package:
src/Confluent.Kafka/Impl/SafeKafkaHandle.cs#L1822
The result of the expression is always 'false' since a value of type 'Partition' is never equal to 'null' of type 'Partition?'
|
package:
examples/OAuthConsumer/Program.cs#L51
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
package:
test/Confluent.Kafka.IntegrationTests/Tests/AdminClient_DeleteConsumerGroupOffsets.cs#L46
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
package:
test/Confluent.Kafka.IntegrationTests/Tests/AdminClient_DeleteConsumerGroupOffsets.cs#L58
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
package:
test/Confluent.Kafka.IntegrationTests/Tests/AdminClient_DeleteConsumerGroupOffsets.cs#L64
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
package:
test/Confluent.Kafka.IntegrationTests/Tests/AdminClient_DeleteConsumerGroupOffsets.cs#L68
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
package:
test/Confluent.Kafka.IntegrationTests/Tests/AdminClient_DeleteConsumerGroupOffsets.cs#L82
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
package:
test/Confluent.Kafka.IntegrationTests/Tests/AdminClient_DeleteConsumerGroupOffsets.cs#L96
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
package:
test/Confluent.Kafka.IntegrationTests/Tests/AdminClient_DeleteConsumerGroupOffsets.cs#L101
Do not use Assert.Equal() to check for collection size. (https://xunit.github.io/xunit.analyzers/rules/xUnit2013)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build-artifacts
|
833 KB |
|