Skip to content

Created release pipeline. #1

Created release pipeline.

Created release pipeline. #1

Triggered via push September 7, 2024 01:00
Status Failure
Total duration 42s
Artifacts

release.yaml

on: push
build-and-release
33s
build-and-release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 17 warnings
build-and-release
Process completed with exit code 1.
build-and-release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. 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-release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-release
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Hussy.Net
build-and-release
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Hussy.Net
build-and-release
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Hussy.Net
build-and-release
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Hussy.Net
build-and-release
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Hussy.Net
build-and-release: src/Hussy.Net/Linq/Index/BasicIndexOf.cs#L39
Dereference of a possibly null reference.
build-and-release: src/Hussy.Net/Logic/EqualsReversal.cs#L40
Dereference of a possibly null reference.
build-and-release: samples/Hussy.Net.Playground/Golfing/C272452/DryRun.cs#L16
Converting null literal or possible null value to non-nullable type.
build-and-release: samples/Hussy.Net.Playground/Golfing/C272452/GolfedDryRun.cs#L20
Converting null literal or possible null value to non-nullable type.
build-and-release: samples/Hussy.Net.Playground/Leetcode/Easy/TwoSum/Tests/Setup.cs#L18
Nullability of reference types in return type of 'IEnumerable<int>? TwoSum.HussyDryRun(int[] n, int t)' doesn't match the target delegate 'TwoSum.TestFunction' (possibly because of nullability attributes).
build-and-release: samples/Hussy.Net.Playground/Golfing/C272452/HussyDryRun.cs#L20
Converting null literal or possible null value to non-nullable type.
build-and-release: samples/Hussy.Net.Playground/Golfing/C272452/HussyRun.cs#L16
Converting null literal or possible null value to non-nullable type.