Skip to content

Merge pull request #1 from simontjell/patch-2 #4

Merge pull request #1 from simontjell/patch-2

Merge pull request #1 from simontjell/patch-2 #4

Triggered via push June 7, 2024 13:39
Status Success
Total duration 38s
Artifacts

test-main.yml

on: push
Build and Test
28s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Build and Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build and Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build and Test
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
Build and Test: SimpleBacktestLib/BacktestResult.cs#L87
Non-nullable property 'SpotTrades' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: SimpleBacktestLib/BacktestResult.cs#L92
Non-nullable property 'MarginTrades' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: SimpleBacktestLib/BacktestState.cs#L15
Cannot convert null literal to non-nullable reference type.
Build and Test: SimpleBacktestLib/BacktestState.cs#L85
Converting null literal or possible null value to non-nullable type.
Build and Test: SimpleBacktestLib/BacktestState.cs#L85
Possible null reference return.
Build and Test: SimpleBacktestLib/BacktestBuilder.cs#L307
Possible null reference assignment.
Build and Test: SimpleBacktestLib/Models/LogEntry.cs#L8
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: SimpleBacktestLib/Internal/InternalModels/SetupDefinitions.cs#L63
Non-nullable property 'CandleData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: SimpleBacktestLib/Internal/InternalModels/SetupDefinitions.cs#L98
Non-nullable property 'InitialCustomData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: SimpleBacktestLib/BacktestResult.cs#L87
Non-nullable property 'SpotTrades' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.