Skip to content

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

Add AoC day one, part two - dry run 🎄

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

Triggered via push December 5, 2024 04:04
Status Success
Total duration 1m 29s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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: src/Hussy.Net/Linq/Index/BasicIndexOf.cs#L39
Dereference of a possibly null reference.
build: src/Hussy.Net/Logic/EqualsReversal.cs#L40
Dereference of a possibly null reference.
build: 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: samples/Hussy.Net.Playground/Golfing/C272452/DryRun.cs#L16
Converting null literal or possible null value to non-nullable type.
build: samples/Hussy.Net.Playground/Golfing/C272452/DryRun.cs#L26
Possible null reference return.
build: samples/Hussy.Net.Playground/Golfing/C272452/GolfedDryRun.cs#L20
Converting null literal or possible null value to non-nullable type.
build: samples/Hussy.Net.Playground/Golfing/C272452/GolfedDryRun.cs#L30
Possible null reference return.
build: samples/Hussy.Net.Playground/Golfing/C272452/HussyDryRun.cs#L20
Converting null literal or possible null value to non-nullable type.