Skip to content

Extended IMessageStreamConfigurator.cs with optional headers and crea… #22

Extended IMessageStreamConfigurator.cs with optional headers and crea…

Extended IMessageStreamConfigurator.cs with optional headers and crea… #22

Triggered via push July 27, 2023 10:33
Status Failure
Total duration 38s
Artifacts

dotnet.yml

on: push
build-and-test
21s
build-and-test
print-working-directory
2s
print-working-directory
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
nuget
Process completed with exit code 1.
build-and-test: Iggy_SDK/Configuration/MessageStreamConfigurator.cs#L9
Non-nullable property 'BaseAdress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: Iggy_SDK/Contracts/Tcp/TcpContracts.cs#L14
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.ConsumerType)2' is not covered.
build-and-test: Iggy_SDK/Contracts/Tcp/TcpContracts.cs#L23
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.MessagePolling)5' is not covered.
build-and-test: Iggy_SDK/Errors/ErrorModel.cs#L5
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: Iggy_SDK/Errors/ErrorModel.cs#L5
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: Iggy_SDK/Contracts/Tcp/TcpContracts.cs#L45
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.KeyKind)3' is not covered.
build-and-test: Shared/Orders.cs#L89
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: Shared/Orders.cs#L9
Non-nullable property 'CurrencyPair' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: Shared/Orders.cs#L9
Non-nullable property 'Side' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: Shared/Envelope.cs#L11
Non-nullable property 'MessageType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.