Implement v3 main features #207
test-deploy-website.yml
on: pull_request
Test deployment
55s
Annotations
4 errors and 11 warnings
Test deployment:
samples/KafkaFlow.Sample/Program.cs#L103
The type or namespace name 'IWorkerLifetimeContext' could not be found (are you missing a using directive or an assembly reference?)
|
Test deployment:
samples/KafkaFlow.Sample.BatchOperations/Program.cs#L41
'IConsumerConfigurationBuilder' does not contain a definition for 'WithManualStoreOffsets' and no accessible extension method 'WithManualStoreOffsets' accepting a first argument of type 'IConsumerConfigurationBuilder' could be found (are you missing a using directive or an assembly reference?)
|
Test deployment:
samples/KafkaFlow.Sample.BatchOperations/PrintConsoleMiddleware.cs#L18
'IConsumerContext' does not contain a definition for 'StoreOffset' and no accessible extension method 'StoreOffset' accepting a first argument of type 'IConsumerContext' could be found (are you missing a using directive or an assembly reference?)
|
Test deployment
Process completed with exit code 1.
|
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/Configuration/TopicPartitions.cs#L5
Elements should be documented
|
Test deployment:
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L13
Elements should be documented
|
Test deployment:
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L15
Elements should be documented
|
Test deployment:
src/KafkaFlow.Abstractions/Consumers/IWorker.cs#L26
A property should not follow a method
|
Test deployment:
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L7
Elements should be documented
|