Skip to content

Implement v3 main features #202

Implement v3 main features

Implement v3 main features #202

Triggered via pull request September 13, 2023 14:27
Status Failure
Total duration 54s
Artifacts

test-deploy-website.yml

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

Annotations

10 errors and 11 warnings
Test deployment: src/KafkaFlow.UnitTests/BatchConsume/BatchConsumeMiddlewareTests.cs#L33
There is no argument given that corresponds to the required formal parameter 'logHandler' of 'BatchConsumeMiddleware.BatchConsumeMiddleware(IConsumerMiddlewareContext, int, TimeSpan, ILogHandler)'
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#L64
'IConsumerConfiguration' does not contain a definition for 'AutoStoreOffsets' and no accessible extension method 'AutoStoreOffsets' accepting a first argument of type 'IConsumerConfiguration' could be found (are you missing a using directive or an assembly reference?)
Test deployment: src/KafkaFlow.UnitTests/ConfigurationBuilders/ConsumerConfigurationBuilderTests.cs#L122
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#L125
'IConsumerConfiguration' does not contain a definition for 'AutoStoreOffsets' and no accessible extension method 'AutoStoreOffsets' accepting a first argument of type 'IConsumerConfiguration' could be found (are you missing a using directive or an assembly reference?)
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/OffsetCommitterTests.cs#L49
'OffsetCommitter' does not contain a definition for 'Dispose' and no accessible extension method 'Dispose' accepting a first argument of type 'OffsetCommitter' could be found (are you missing a using directive or an assembly reference?)
Test deployment: src/KafkaFlow.UnitTests/PartitionOffsetsTests.cs#L23
No overload for method 'IsCommitAllowed' takes 2 arguments
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
No overload for method 'IsCommitAllowed' takes 2 arguments
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/IMessageContext.cs#L36
Code should not contain multiple blank lines in a row
Test deployment: src/KafkaFlow.Abstractions/Consumers/IWorker.cs#L26
A property should not follow a method
Test deployment: src/KafkaFlow.Abstractions/IConsumerContext.cs#L105
A property should not follow a method