Skip to content

Implement v3 main features #172

Implement v3 main features

Implement v3 main features #172

Triggered via pull request July 13, 2023 10:30
Status Failure
Total duration 1m 8s
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
58s
Test deployment
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
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/ConsumerContextTests.cs#L33
There is no argument given that corresponds to the required formal parameter 'consumerDependencyResolver' of 'ConsumerContext.ConsumerContext(IConsumer, IOffsetManager, ConsumeResult<byte[], byte[]>, IConsumerWorker, IDependencyResolverScope, IDependencyResolver)'
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/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
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/Consumers/WorkerStoppedSubject.cs#L11
File is required to end with a single newline character
Test deployment: src/KafkaFlow.Abstractions/Consumers/WorkerStoppingSubject.cs#L11
File is required to end with a single newline character
Test deployment: src/KafkaFlow.Abstractions/IMessageContext.cs#L36
Code should not contain multiple blank lines in a row