Update consumer-group methods and auth flow for http protocol version… #155
Annotations
10 warnings
Iggy_SDK/MessagesDispatcher/MessageSenderDispatcher.cs#L88
Dereference of a possibly null reference.
|
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.
|
Iggy_SDK/MessageStream/Implementations/HttpMessageStream.cs#L255
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.
|
Iggy_SDK/MessageStream/Implementations/HttpMessageStream.cs#L326
The variable 'e' is declared but never used
|
Iggy_Sample_Consumer/Program.cs#L171
Dereference of a possibly null reference.
|
Iggy_SDK_Tests/ContractTests/TcpContract.cs#L101
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.
|
Iggy_SDK_Tests/MapperTests/BinaryMapper.cs#L312
Dereference of a possibly null reference.
|
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.
|
Iggy_SDK_Tests/E2ETests/Fixtures/Tcp/IggyTcpTopicFixture.cs#L21
Non-nullable field 'sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Iggy_SDK_Tests/Utils/PriorityOrderer.cs#L35
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading