Features/observer pattern #271
Annotations
2 errors and 11 warnings
src/KafkaFlow/Consumers/DistributionStrategies/FreeWorkerDistributionStrategy.cs#L21
'IWorker' does not contain a definition for 'OnTaskCompleted' and no accessible extension method 'OnTaskCompleted' accepting a first argument of type 'IWorker' could be found (are you missing a using directive or an assembly reference?)
|
|
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/
|
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L5
Missing XML comment for publicly visible type or member 'TopicPartitions'
|
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L7
Missing XML comment for publicly visible type or member 'TopicPartitions.TopicPartitions(string, IEnumerable<int>)'
|
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L13
Missing XML comment for publicly visible type or member 'TopicPartitions.Name'
|
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L15
Missing XML comment for publicly visible type or member 'TopicPartitions.Partitions'
|
src/KafkaFlow.Abstractions/IEventSubscription.cs#L1
Using directive should appear within a namespace declaration
|
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L5
Elements should be documented
|
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L13
Elements should be documented
|
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L15
Elements should be documented
|
src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L7
Elements should be documented
|
src/KafkaFlow/Configuration/IConsumerConfiguration.cs#L82
The property's documentation summary text should begin with: 'Gets a value indicating whether'
|
The logs for this run have expired and are no longer available.
Loading