GetLatestBinaries :) #21
Closed
Annotations
11 warnings
|
|
|
Source/NasdaqTraderSystem.Core/BotLoader.cs#L20
Converting null literal or possible null value to non-nullable type.
|
|
Source/NasdaqTraderSystem.Core/TraderSystemContext.cs#L95
Non-nullable property 'Listing' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Source/NasdaqTraderSystem.Core/Trade.cs#L8
Non-nullable property 'Listing' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Source/NasdaqTraderSystem.Core/HistoricCompanyRecord.cs#L11
Non-nullable property 'Transactions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Source/NasdaqTraderSystem.Core/HistoricCompanyRecord.cs#L8
Non-nullable property 'Holdings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Source/NasdaqTraderSystem.Core/HistoricCompanyRecord.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Source/NasdaqTraderSystem.Core/HistoricCompanyRecord.cs#L20
Dereference of a possibly null reference.
|
|
Source/NasdaqTraderSystem.Core/SimulationResults.cs#L14
Non-nullable property 'GameName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Source/NasdaqTraderSystem.Core/SimulationResults.cs#L13
Non-nullable property 'Trades' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Source/NasdaqTraderSystem.Core/SimulationResults.cs#L7
Non-nullable property 'RunAt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading