Extended IMessageStreamConfigurator.cs with optional headers and crea… #17
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Shared/Orders.cs#L9
Non-nullable property 'CurrencyPair' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Shared/Orders.cs#L9
Non-nullable property 'Side' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Shared/Orders.cs#L89
Non-nullable property 'Reason' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Shared/Envelope.cs#L11
Non-nullable property 'MessageType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading