We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration Tests fail to build at macOS.
Run the following command: dotnet pack src/KafkaFlow.sln
dotnet pack src/KafkaFlow.sln
Build with success. Integration Tests pass.
/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: Warning As Error: Detected package downgrade: librdkafka.redist from 2.1.1 to 1.9.2. Reference the package directly from the project to select a different version. [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln] /Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: KafkaFlow.IntegrationTests -> KafkaFlow.Serializer.SchemaRegistry.ConfluentAvro -> Confluent.Kafka 2.1.1 -> librdkafka.redist (>= 2.1.1) [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln] /Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: KafkaFlow.IntegrationTests -> librdkafka.redist (>= 1.9.2) [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln] /Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: Warning As Error: Detected package downgrade: librdkafka.redist from 2.1.1 to 1.9.2. Reference the package directly from the project to select a different version. [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln] /Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: KafkaFlow.IntegrationTests -> KafkaFlow.Serializer.SchemaRegistry.ConfluentProtobuf -> Confluent.Kafka 2.1.1 -> librdkafka.redist (>= 2.1.1) [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln] /Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: KafkaFlow.IntegrationTests -> librdkafka.redist (>= 1.9.2) [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln] /Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: Warning As Error: Detected package downgrade: librdkafka.redist from 2.1.1 to 1.9.2. Reference the package directly from the project to select a different version. [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln] /Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: KafkaFlow.IntegrationTests -> KafkaFlow -> Confluent.Kafka 2.1.1 -> librdkafka.redist (>= 2.1.1) [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln] /Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: KafkaFlow.IntegrationTests -> librdkafka.redist (>= 1.9.2) [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln] /Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: Warning As Error: Detected package downgrade: librdkafka.redist from 2.1.1 to 1.9.2. Reference the package directly from the project to select a different version. [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln] /Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: KafkaFlow.IntegrationTests -> KafkaFlow.Serializer.SchemaRegistry.ConfluentJson -> Confluent.SchemaRegistry 2.1.1 -> Confluent.Kafka 2.1.1 -> librdkafka.redist (>= 2.1.1) [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln] /Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.IntegrationTests/KafkaFlow.IntegrationTests.csproj : error NU1605: KafkaFlow.IntegrationTests -> librdkafka.redist (>= 1.9.2) [/Users/guilherme.ferreira/Documents/GitHub/kafka-flow/src/KafkaFlow.sln]
v2.5.0 v2.4.0
The text was updated successfully, but these errors were encountered:
After investigation, it's possible to conclude that the problem was introduced at v2.4 with PR #408.
Sorry, something went wrong.
gsferreira
Successfully merging a pull request may close this issue.
Prerequisites
Description
Integration Tests fail to build at macOS.
Steps to reproduce
Run the following command:
dotnet pack src/KafkaFlow.sln
Expected behavior
Build with success.
Integration Tests pass.
Actual behavior
Integration Tests fail to build at macOS.
KafkaFlow version
v2.5.0v2.4.0
The text was updated successfully, but these errors were encountered: