Changed waiting strategy and port binding. #85
Annotations
1 error and 10 warnings
build-and-test
Process completed with exit code 1.
|
build-and-test:
Iggy_SDK/Utils/EmptyList.cs#L6
Type parameter 'T' has the same name as the type parameter from outer type 'EmptyList<T>'
|
build-and-test:
Iggy_Sample_Consumer/Program.cs#L160
Dereference of a possibly null reference.
|
build-and-test:
Iggy_SDK_Tests/E2ETests/Fixtures/Tcp/IggyTcpConsumerGroupFixture.cs#L21
Non-nullable field 'sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-test:
Iggy_SDK_Tests/E2ETests/Fixtures/Tcp/IggyTcpTopicFixture.cs#L20
Non-nullable field 'sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-test:
Iggy_SDK_Tests/E2ETests/Fixtures/Tcp/IggyTcpPartitionFixture.cs#L21
Non-nullable field 'sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-test:
Iggy_SDK_Tests/E2ETests/Fixtures/Tcp/IggyTcpOffsetFixture.cs#L21
Non-nullable field 'sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build-and-test:
Iggy_SDK_Tests/Utils/PriorityOrderer.cs#L35
Converting null literal or possible null value to non-nullable type.
|
build-and-test:
Iggy_SDK/Utils/EmptyList.cs#L6
Type parameter 'T' has the same name as the type parameter from outer type 'EmptyList<T>'
|
build-and-test:
Iggy_Sample_Consumer/Program.cs#L160
Dereference of a possibly null reference.
|
build-and-test:
Iggy_SDK_Tests/E2ETests/Fixtures/Tcp/IggyTcpConsumerGroupFixture.cs#L21
Non-nullable field 'sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|