Implement v3 main features #825
Triggered via pull request
September 14, 2023 15:00
Status
Failure
Total duration
2m 12s
Artifacts
–
Annotations
7 errors and 12 warnings
build:
samples/KafkaFlow.Sample/Program.cs#L1
The type or namespace name 'IWorkerLifetimeContext' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/kafkaflow/kafkaflow/samples/KafkaFlow.Sample/KafkaFlow.Sample.csproj]
|
build:
samples/KafkaFlow.Sample.BatchOperations/Program.cs#L1
'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?) [/home/runner/work/kafkaflow/kafkaflow/samples/KafkaFlow.Sample.BatchOperations/KafkaFlow.Sample.BatchOperations.csproj]
|
build:
samples/KafkaFlow.Sample.BatchOperations/PrintConsoleMiddleware.cs#L1
'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?) [/home/runner/work/kafkaflow/kafkaflow/samples/KafkaFlow.Sample.BatchOperations/KafkaFlow.Sample.BatchOperations.csproj]
|
build:
samples/KafkaFlow.Sample/Program.cs#L1
The type or namespace name 'IWorkerLifetimeContext' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/kafkaflow/kafkaflow/samples/KafkaFlow.Sample/KafkaFlow.Sample.csproj]
|
build:
samples/KafkaFlow.Sample.BatchOperations/Program.cs#L1
'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?) [/home/runner/work/kafkaflow/kafkaflow/samples/KafkaFlow.Sample.BatchOperations/KafkaFlow.Sample.BatchOperations.csproj]
|
build:
samples/KafkaFlow.Sample.BatchOperations/PrintConsoleMiddleware.cs#L1
'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?) [/home/runner/work/kafkaflow/kafkaflow/samples/KafkaFlow.Sample.BatchOperations/KafkaFlow.Sample.BatchOperations.csproj]
|
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
Unexpected input(s) 'firstParent', valid inputs are ['entryPoint', 'args', 'configFile', 'failOnWarnings', 'failOnErrors', 'helpURL', 'commitDepth', 'token']
|
build:
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L1
Missing XML comment for publicly visible type or member 'TopicPartitions' [/home/runner/work/kafkaflow/kafkaflow/src/KafkaFlow.Abstractions/KafkaFlow.Abstractions.csproj]
|
build:
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L1
Missing XML comment for publicly visible type or member 'TopicPartitions.TopicPartitions(string, IEnumerable<int>)' [/home/runner/work/kafkaflow/kafkaflow/src/KafkaFlow.Abstractions/KafkaFlow.Abstractions.csproj]
|
build:
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L1
Missing XML comment for publicly visible type or member 'TopicPartitions.Name' [/home/runner/work/kafkaflow/kafkaflow/src/KafkaFlow.Abstractions/KafkaFlow.Abstractions.csproj]
|
build:
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L1
Missing XML comment for publicly visible type or member 'TopicPartitions.Partitions' [/home/runner/work/kafkaflow/kafkaflow/src/KafkaFlow.Abstractions/KafkaFlow.Abstractions.csproj]
|
build:
src/KafkaFlow.Abstractions/IMessageContext.cs#L1
Code should not contain multiple blank lines in a row [/home/runner/work/kafkaflow/kafkaflow/src/KafkaFlow.Abstractions/KafkaFlow.Abstractions.csproj]
|
build:
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L1
Elements should be documented [/home/runner/work/kafkaflow/kafkaflow/src/KafkaFlow.Abstractions/KafkaFlow.Abstractions.csproj]
|
build:
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L1
Elements should be documented [/home/runner/work/kafkaflow/kafkaflow/src/KafkaFlow.Abstractions/KafkaFlow.Abstractions.csproj]
|
build:
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L1
Elements should be documented [/home/runner/work/kafkaflow/kafkaflow/src/KafkaFlow.Abstractions/KafkaFlow.Abstractions.csproj]
|
build:
src/KafkaFlow.Abstractions/Consumers/IWorker.cs#L1
A property should not follow a method [/home/runner/work/kafkaflow/kafkaflow/src/KafkaFlow.Abstractions/KafkaFlow.Abstractions.csproj]
|
build:
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L1
Elements should be documented [/home/runner/work/kafkaflow/kafkaflow/src/KafkaFlow.Abstractions/KafkaFlow.Abstractions.csproj]
|