Add aoc day one, part one - dry run #188
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.
|
build:
samples/Hussy.Net.Playground/Golfing/C272452/HussyRun.cs#L16
Converting null literal or possible null value to non-nullable type.
|
build:
src/Hussy.Net.Analyzers/SampleSyntaxAnalyzer.cs#L37
Enable analyzer release tracking for the analyzer project containing rule 'AB0001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|