Skip to content

Enable self-contained .NET publish in build.yaml #56

Enable self-contained .NET publish in build.yaml

Enable self-contained .NET publish in build.yaml #56

Triggered via push July 7, 2026 19:16
Status Success
Total duration 1m 2s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 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
No files were found with the provided path: ./PairTradingView.WpfApp/bin/Release/net8.0-windows/publish/. No artifacts will be uploaded.
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.