Change calculation logic #10
Annotations
11 warnings
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test:
PairTradingView.Shared/RiskManager.cs#L90
Dereference of a possibly null reference.
|
|
test:
PairTradingView.Shared/RiskManager.cs#L75
Possible null reference argument for parameter 'y' in 'void LinearRegression.Compute(double[] y, double[] x)'.
|
|
test:
PairTradingView.Shared/RiskManager.cs#L61
Dereference of a possibly null reference.
|
|
test:
PairTradingView.Shared/RiskManager.cs#L55
Dereference of a possibly null reference.
|
|
test:
PairTradingView.Shared/RiskManager.cs#L53
Dereference of a possibly null reference.
|
|
test:
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.
|
|
test:
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.
|
|
test:
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.
|
|
test:
PairTradingView.Shared/Stock.cs#L30
Dereference of a possibly null reference.
|
|
test:
PairTradingView.Shared/Stock.cs#L29
Converting null literal or possible null value to non-nullable type.
|