Update README.md #28
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|