Skip to content

Refactor bonid dashboard page; #413

Refactor bonid dashboard page;

Refactor bonid dashboard page; #413

Triggered via push September 11, 2023 02:34
Status Failure
Total duration 2m 36s
Artifacts

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 20 warnings
build (Debug, "Any CPU", ubuntu-latest)
Process completed with exit code 1.
build (Release, "Any CPU", ubuntu-latest)
The job was canceled because "Debug__Any_CPU__ubuntu-la" failed.
build (Release, "Any CPU", ubuntu-latest)
Process completed with exit code 1.
build (Release, "Any CPU", windows-latest)
The job was canceled because "Debug__Any_CPU__ubuntu-la" failed.
build (Release, "Any CPU", windows-latest)
The operation was canceled.
build (Debug, "Any CPU", windows-latest)
The job was canceled because "Debug__Any_CPU__ubuntu-la" failed.
build (Debug, "Any CPU", windows-latest)
The operation was canceled.
build (Release, "Any CPU", macOS-latest)
The job was canceled because "Debug__Any_CPU__ubuntu-la" failed.
build (Release, "Any CPU", macOS-latest)
The operation was canceled.
build (Debug, "Any CPU", macOS-latest)
The job was canceled because "Debug__Any_CPU__ubuntu-la" failed.
build (Debug, "Any CPU", macOS-latest)
The operation was canceled.
build (Debug, "Any CPU", ubuntu-latest): 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.
build (Debug, "Any CPU", ubuntu-latest): src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Dashboards/WarningResponse.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug, "Any CPU", ubuntu-latest): src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Dashboards/WarningAddRequest.cs#L5
Non-nullable property 'AccountName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug, "Any CPU", ubuntu-latest): src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Dashboards/WarningAddRequest.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug, "Any CPU", ubuntu-latest): src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Dashboards/DashboardResponse.cs#L5
Non-nullable property 'Response' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug, "Any CPU", ubuntu-latest): 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.
build (Debug, "Any CPU", ubuntu-latest): 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.
build (Debug, "Any CPU", ubuntu-latest): 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.
build (Debug, "Any CPU", ubuntu-latest): src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Options/OptionItem.cs#L7
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug, "Any CPU", ubuntu-latest): src/MicroserviceComponents/BondiCompetition/CleanMicroserviceSystem.BondiCompetition.Contract/Options/OptionItem.cs#L9
Non-nullable property 'InstrumentCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release, "Any CPU", ubuntu-latest): 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.
build (Release, "Any CPU", ubuntu-latest): 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.
build (Release, "Any CPU", ubuntu-latest): 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.
build (Release, "Any CPU", ubuntu-latest): 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.
build (Release, "Any CPU", ubuntu-latest): 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.
build (Release, "Any CPU", ubuntu-latest): 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.
build (Release, "Any CPU", ubuntu-latest): 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.
build (Release, "Any CPU", ubuntu-latest): 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.
build (Release, "Any CPU", ubuntu-latest): 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.
build (Release, "Any CPU", ubuntu-latest): 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.