Skip to content

fix: create consumerconfig independently in builder (#424) #45

fix: create consumerconfig independently in builder (#424)

fix: create consumerconfig independently in builder (#424) #45

Triggered via push September 6, 2023 13:43
Status Success
Total duration 3m 0s
Artifacts
Deploy to GitHub Pages
2m 49s
Deploy to GitHub Pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Deploy to GitHub Pages
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/
Deploy to GitHub Pages: src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L5
Missing XML comment for publicly visible type or member 'TopicPartitions'
Deploy to GitHub Pages: src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L7
Missing XML comment for publicly visible type or member 'TopicPartitions.TopicPartitions(string, IEnumerable<int>)'
Deploy to GitHub Pages: src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L13
Missing XML comment for publicly visible type or member 'TopicPartitions.Name'
Deploy to GitHub Pages: src/KafkaFlow.Abstractions/Configuration/TopicPartitions.cs#L15
Missing XML comment for publicly visible type or member 'TopicPartitions.Partitions'
Deploy to GitHub Pages: src/KafkaFlow/Configuration/IConsumerConfiguration.cs#L76
The property's documentation summary text should begin with: 'Gets a value indicating whether'
Deploy to GitHub Pages: src/KafkaFlow.Unity/UnityDependencyConfigurator.cs#L90
Static members should appear before non-static members