Update consumer/producer samples and fix tests. #154
dotnet.yml
on: push
build-and-test
1m 5s
nuget
24s
Annotations
10 warnings
build-and-test:
Iggy_SDK/MessagesDispatcher/MessageSenderDispatcher.cs#L88
Dereference of a possibly null reference.
|
build-and-test:
Iggy_SDK/MessageStream/Implementations/TcpMessageStream.cs#L364
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Iggy_SDK.Enums.StoreOffset)3' is not covered.
|
build-and-test:
Iggy_SDK/MessageStream/Implementations/HttpMessageStream.cs#L254
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Iggy_SDK.Enums.StoreOffset)3' is not covered.
|
build-and-test:
Iggy_SDK/MessageStream/Implementations/HttpMessageStream.cs#L325
The variable 'e' is declared but never used
|
build-and-test:
Iggy_Sample_Consumer/Program.cs#L169
Dereference of a possibly null reference.
|
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_Tests/ContractTests/TcpContract.cs#L98
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '0' is not covered.
|
build-and-test:
Iggy_SDK_Tests/E2ETests/Topics/TopicsE2ETcp.cs#L65
Dereference of a possibly null reference.
|
build-and-test:
Iggy_SDK_Tests/E2ETests/Streams/StreamsE2ETcp.cs#L58
Dereference of a possibly null reference.
|
build-and-test:
Iggy_SDK_Tests/E2ETests/Fixtures/Tcp/IggyTcpUsersFixture.cs#L21
Non-nullable field 'sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|