Skip to content

Update README.md

Update README.md #28

Triggered via push July 27, 2023 11:03
Status Success
Total duration 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
build-and-test
28s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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: 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: 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/Envelope.cs#L11
Non-nullable property 'MessageType' 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 'Payload' 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.