Skip to content

Add AoC day one, part two - dry run 🎄 #8

Add AoC day one, part two - dry run 🎄

Add AoC day one, part two - dry run 🎄 #8

Triggered via push December 5, 2024 04:04
Status Failure
Total duration 37s
Artifacts

release.yaml

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

Annotations

1 error and 12 warnings
build-and-release
Error undefined: No tag found in ref or input!
build-and-release
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
build-and-release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/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/GolfedDryRun.cs#L20
Converting null literal or possible null value to non-nullable type.
build-and-release: samples/Hussy.Net.Playground/Golfing/C272452/HussyDryRun.cs#L20
Converting null literal or possible null value to non-nullable type.