Implemented rest of user functionality for http protocol #141
dotnet.yml
on: push
build-and-test
2m 22s
nuget
22s
Annotations
10 warnings
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_SDK/MessageStream/Implementations/TcpMessageStream.cs#L389
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#L249
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#L320
The variable 'e' is declared but never used
|
build-and-test:
Iggy_Sample_Consumer/Program.cs#L139
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.
|
build-and-test:
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.
|
build-and-test:
Iggy_SDK_Tests/E2ETests/Fixtures/Tcp/IggyTcpSendMessagesFixture.cs#L26
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/IggyTcpConsumerGroupFixture.cs#L22
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/IggyTcpClientsFixture.cs#L23
Non-nullable field 'sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|