Skip to content

Moved documentation for two-sum. #69

Moved documentation for two-sum.

Moved documentation for two-sum. #69

Triggered via push April 12, 2024 00:39
Status Success
Total duration 2m 31s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
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: src/Hussy.Net/Linq/Index/BasicIndexOf.cs#L23
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: test/Hussy.Net.Analyzers.Tests/SampleSyntaxAnalyzerTests.cs#L23
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: test/Hussy.Net.Analyzers.Tests/SampleCodeFixProviderTests.cs#L29
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build: src/Hussy.Net/Linq/Index/BasicIndexOf.cs#L23
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).