Skip to content

Implement v3 main features #163

Implement v3 main features

Implement v3 main features #163

Triggered via pull request July 10, 2023 18:59
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

5 errors and 10 warnings
Test deployment: src/KafkaFlow.UnitTests/ConsumerContextTests.cs#L33
There is no argument given that corresponds to the required formal parameter 'workerDependencyResolver' of 'ConsumerContext.ConsumerContext(IConsumer, IOffsetManager, ConsumeResult<byte[], byte[]>, CancellationToken, int, IDependencyResolver, IDependencyResolver)'
Test deployment: src/KafkaFlow.UnitTests/ConfigurationBuilders/ConsumerConfigurationBuilderTests.cs#L59
There is no argument given that corresponds to the required formal parameter 'arg2' of 'Func<WorkersCountContext, IDependencyResolver, Task<int>>'
Test deployment: src/KafkaFlow.UnitTests/ConfigurationBuilders/ConsumerConfigurationBuilderTests.cs#L119
There is no argument given that corresponds to the required formal parameter 'arg2' of 'Func<WorkersCountContext, IDependencyResolver, Task<int>>'
Test deployment: src/KafkaFlow.UnitTests/Consumer/ConsumerManagerTests.cs#L58
Delegate 'Func<WorkersCountContext, IDependencyResolver, Task<int>>' does not take 1 arguments
Test deployment
Process completed with exit code 1.
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/IConsumerContext.cs#L69
Code should not contain multiple blank lines in a row
Test deployment: src/KafkaFlow.Abstractions/IMessageContext.cs#L36
Code should not contain multiple blank lines in a row