Skip to content

Add unit tests for users binary contracts and fix bug in create/updat… #148

Add unit tests for users binary contracts and fix bug in create/updat…

Add unit tests for users binary contracts and fix bug in create/updat… #148

Re-run triggered September 23, 2023 08:23
Status Success
Total duration 1m 54s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 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/MessagesDispatcher/MessageSenderDispatcher.cs#L88
Dereference of a possibly null reference.
build-and-test: Iggy_SDK/MessageStream/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/MessageStream/Implementations/HttpMessageStream.cs#L253
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#L324
The variable 'e' is declared but never used
build-and-test: Iggy_Sample_Consumer/Program.cs#L228
Dereference of a possibly null reference.
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/Utils/PriorityOrderer.cs#L35
Converting null literal or possible null value to non-nullable type.
build-and-test: Iggy_SDK_Tests/E2ETests/Streams/StreamsE2ETcp.cs#L68
Dereference of a possibly null reference.
build-and-test: Iggy_SDK_Tests/E2ETests/Topics/TopicsE2ETcp.cs#L65
Dereference of a possibly null reference.
nuget: Iggy_SDK/Utils/EmptyList.cs#L6
Type parameter 'T' has the same name as the type parameter from outer type 'EmptyList<T>'
nuget: Iggy_SDK/MessageStream/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.
nuget: Iggy_SDK/MessageStream/Implementations/HttpMessageStream.cs#L253
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.
nuget: Iggy_SDK/MessageStream/Implementations/HttpMessageStream.cs#L324
The variable 'e' is declared but never used
nuget: Iggy_SDK/MessagesDispatcher/MessageSenderDispatcher.cs#L88
Dereference of a possibly null reference.