Skip to content

refactor!: merge projects into core framework #227

refactor!: merge projects into core framework

refactor!: merge projects into core framework #227

Triggered via pull request September 19, 2023 22:04
Status Failure
Total duration 49s
Artifacts

test-deploy-website.yml

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

Annotations

5 errors and 11 warnings
Test deployment: src/KafkaFlow.Admin/Extensions/ClusterConfigurationBuilderExtensions.cs#L44
'IProducerMiddlewareConfigurationBuilder' does not contain a definition for 'AddSerializer' and no accessible extension method 'AddSerializer' accepting a first argument of type 'IProducerMiddlewareConfigurationBuilder' could be found (are you missing a using directive or an assembly reference?)
Test deployment: src/KafkaFlow.Admin/Extensions/ClusterConfigurationBuilderExtensions.cs#L56
'IConsumerMiddlewareConfigurationBuilder' does not contain a definition for 'AddSerializer' and no accessible extension method 'AddSerializer' accepting a first argument of type 'IConsumerMiddlewareConfigurationBuilder' could be found (are you missing a using directive or an assembly reference?)
Test deployment: src/KafkaFlow.Admin/Extensions/ClusterConfigurationBuilderExtensions.cs#L112
'IProducerMiddlewareConfigurationBuilder' does not contain a definition for 'AddSerializer' and no accessible extension method 'AddSerializer' accepting a first argument of type 'IProducerMiddlewareConfigurationBuilder' could be found (are you missing a using directive or an assembly reference?)
Test deployment: src/KafkaFlow.Admin/Extensions/ClusterConfigurationBuilderExtensions.cs#L125
'IConsumerMiddlewareConfigurationBuilder' does not contain a definition for 'AddSerializer' and no accessible extension method 'AddSerializer' accepting a first argument of type 'IConsumerMiddlewareConfigurationBuilder' 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/Configuration/IConsumerConfiguration.cs#L76
The property's documentation summary text should begin with: 'Gets a value indicating whether'
Test deployment: src/KafkaFlow.Serializer.JsonCore/JsonCoreSerializer.cs#L71
File is required to end with a single newline character