Increase message count in end2end test #175
dotnet.yml
on: push
build-and-test
1m 9s
nuget
17s
Annotations
10 warnings
build-and-test:
Iggy_SDK/MessagesDispatcher/MessageSenderDispatcher.cs#L88
Dereference of a possibly null reference.
|
build-and-test:
Iggy_SDK/IggyClient/Implementations/TcpMessageStream.cs#L363
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/JsonConfiguration/PersonAccessTokenResponseConverter.cs#L25
Possible null reference assignment.
|
build-and-test:
Iggy_SDK/IggyClient/Implementations/HttpMessageStream.cs#L251
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/IggyClient/Implementations/HttpMessageStream.cs#L322
The variable 'e' is declared but never used
|
build-and-test:
Iggy_Sample_Consumer/Program.cs#L180
Dereference of a possibly null reference.
|
build-and-test:
Iggy_SDK_Tests/ContractTests/TcpContract.cs#L150
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/MapperTests/BinaryMapper.cs#L330
Dereference of a possibly null reference.
|
build-and-test:
Iggy_SDK_Tests/E2ETests/PAT/PATE2ETcp.cs#L39
Nullable value type may be null.
|
build-and-test:
Iggy_SDK_Tests/E2ETests/PAT/PATE2ETcp.cs#L40
Nullable value type may be null.
|