Skip to content

Implement v3 main features #169

Implement v3 main features

Implement v3 main features #169

Triggered via pull request July 12, 2023 14:11
Status Failure
Total duration 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test-deploy-website.yml

on: pull_request
Test deployment
42s
Test deployment
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Test deployment: src/KafkaFlow.UnitTests/PartitionOffsetsTests.cs#L23
Argument 1: cannot convert from 'int' to 'KafkaFlow.IConsumerContext'
Test deployment: src/KafkaFlow.UnitTests/PartitionOffsetsTests.cs#L34
Argument 1: cannot convert from 'int' to 'KafkaFlow.IConsumerContext'
Test deployment: src/KafkaFlow.UnitTests/PartitionOffsetsTests.cs#L37
Argument 1: cannot convert from 'int' to 'KafkaFlow.IConsumerContext'
Test deployment: src/KafkaFlow.UnitTests/PartitionOffsetsTests.cs#L49
Argument 1: cannot convert from 'int' to 'KafkaFlow.IConsumerContext'
Test deployment: src/KafkaFlow.UnitTests/PartitionOffsetsTests.cs#L52
Argument 1: cannot convert from 'int' to 'KafkaFlow.IConsumerContext'
Test deployment: src/KafkaFlow.UnitTests/PartitionOffsetsTests.cs#L64
Argument 1: cannot convert from 'int' to 'KafkaFlow.IConsumerContext'
Test deployment: src/KafkaFlow.UnitTests/PartitionOffsetsTests.cs#L65
Argument 1: cannot convert from 'int' to 'KafkaFlow.IConsumerContext'
Test deployment: src/KafkaFlow.UnitTests/PartitionOffsetsTests.cs#L66
Argument 1: cannot convert from 'int' to 'KafkaFlow.IConsumerContext'
Test deployment: src/KafkaFlow.UnitTests/PartitionOffsetsTests.cs#L67
Argument 1: cannot convert from 'int' to 'KafkaFlow.IConsumerContext'
Test deployment: src/KafkaFlow.UnitTests/PartitionOffsetsTests.cs#L68
Argument 1: cannot convert from 'int' to 'KafkaFlow.IConsumerContext'
Test deployment: src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L5
Missing XML comment for publicly visible type or member 'TopicPartitions'
Test deployment: src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L7
Missing XML comment for publicly visible type or member 'TopicPartitions.TopicPartitions(string, IEnumerable<int>)'
Test deployment: src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L13
Missing XML comment for publicly visible type or member 'TopicPartitions.Name'
Test deployment: src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L15
Missing XML comment for publicly visible type or member 'TopicPartitions.Partitions'
Test deployment: src/KafkaFlow.Abstractions/Configuration/WorkersCountContext.cs#L10
Missing XML comment for publicly visible type or member 'WorkersCountContext.WorkersCountContext(string, string, IReadOnlyCollection<TopicPartitions>)'
Test deployment: src/KafkaFlow.Abstractions/Configuration/WorkersCountContext.cs#L20
Missing XML comment for publicly visible type or member 'WorkersCountContext.ConsumerName'
Test deployment: src/KafkaFlow.Abstractions/Configuration/WorkersCountContext.cs#L22
Missing XML comment for publicly visible type or member 'WorkersCountContext.ConsumerGroupId'
Test deployment: src/KafkaFlow.Abstractions/IMessageContext.cs#L36
Code should not contain multiple blank lines in a row