Skip to content

Bump xunit.assert from 2.9.0 to 2.9.2 #186

Bump xunit.assert from 2.9.0 to 2.9.2

Bump xunit.assert from 2.9.0 to 2.9.2 #186

Triggered via pull request September 30, 2024 06:11
Status Success
Total duration 4m 38s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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
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: 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/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/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/HussyRun.cs#L16
Converting null literal or possible null value to non-nullable type.