Skip to content

Completed basic support for tostring. #161

Completed basic support for tostring.

Completed basic support for tostring. #161

Triggered via push July 21, 2024 02:39
Status Success
Total duration 2m 42s
Artifacts

build.yml

on: push
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 uses Node.js version which is deprecated 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/Display/Reverse.cs#L20
Dereference of a possibly null reference.
build: src/Hussy.Net/Display/Reverse.cs#L21
Possible null reference argument for parameter 'source' in 'IEnumerable<char> Enumerable.Reverse<char>(IEnumerable<char> source)'.
build: src/Hussy.Net/Linq/Index/BasicIndexOf.cs#L23
Dereference of a possibly null reference.
build: src/Hussy.Net/Logic/EqualsReversal.cs#L24
Dereference of a possibly null reference.
build: src/Hussy.Net/Generators/BatchedRange.cs#L13
Parameter 'batchSize' has no matching param tag in the XML comment for 'Hussy.Gbr(int, int)' (but other parameters do)
build: src/Hussy.Net/Generators/BatchedRange.cs#L22
Parameter 'batchSize' has no matching param tag in the XML comment for 'Hussy.Gbr(int, int, int)' (but other parameters do)
build: src/Hussy.Net/Generators/BatchedRange.cs#L32
Parameter 'batchSize' has no matching param tag in the XML comment for 'Hussy.Gbr(int, int, int, int)' (but other parameters do)
build: src/Hussy.Net/Linq/Join.cs#L8
Missing XML comment for publicly visible type or member 'Hussy.J<T>(IEnumerable<T>, string)'