Tiny; #407
Annotations
2 errors and 10 warnings
|
|
src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Warnings/WarningGetResponse.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Trades/TradeItem.cs#L5
Non-nullable property 'Instrument' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Trades/TradeInformationResponse.cs#L15
Non-nullable property 'ProductTrades' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Trades/TradeHistoryItem.cs#L13
Non-nullable property 'InstrumentName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Trades/ProductTrade.cs#L11
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Positions/PositionItem.cs#L5
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/PnLs/ProductPnL.cs#L11
Non-nullable property 'ProductName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/PnLs/PnLRankResponse.cs#L5
Non-nullable property 'Rank' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/PnLs/PnLRankItem.cs#L5
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Orders/OrderResponse.cs#L5
Non-nullable property 'Message' 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