Skip to content

Improve documentation and refactor logger setup. #159

Improve documentation and refactor logger setup.

Improve documentation and refactor logger setup. #159

Triggered via push October 12, 2023 20:08
Status Success
Total duration 1m 39s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/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.
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#L326
The variable 'e' is declared but never used
build-and-test: Iggy_Sample_Consumer/Program.cs#L181
Dereference of a possibly null reference.
build-and-test: Iggy_SDK_Tests/E2ETests/Fixtures/Tcp/IggyTcpUsersFixture.cs#L20
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/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.
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/IggyTcpStreamFixture.cs#L24
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#L23
Non-nullable field 'sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.