Change calculation logic #52
Annotations
11 warnings
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v3, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build:
PairTradingView.Shared/RiskManager.cs#L90
Dereference of a possibly null reference.
|
|
build:
PairTradingView.Shared/RiskManager.cs#L75
Possible null reference argument for parameter 'y' in 'void LinearRegression.Compute(double[] y, double[] x)'.
|
|
build:
PairTradingView.Shared/RiskManager.cs#L61
Dereference of a possibly null reference.
|
|
build:
PairTradingView.Shared/RiskManager.cs#L55
Dereference of a possibly null reference.
|
|
build:
PairTradingView.Shared/RiskManager.cs#L53
Dereference of a possibly null reference.
|
|
build:
PairTradingView.Shared/RiskManager.cs#L28
Non-nullable field '_synthIndex' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
PairTradingView.Shared/Stock.cs#L22
Non-nullable property 'Prices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
PairTradingView.Shared/Stock.cs#L21
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
PairTradingView.Shared/Stock.cs#L30
Dereference of a possibly null reference.
|
|
build:
PairTradingView.Shared/Stock.cs#L29
Converting null literal or possible null value to non-nullable type.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
PairTradingView-0.1.30
|
1.35 MB |
sha256:c87f6fd3e3144261457cb4920cef9ad987e92b3e5d8800d70b945eebc3fcbd0b
|
|