Skip to content

Added support for the Number primitive. #74

Added support for the Number primitive.

Added support for the Number primitive. #74

Triggered via pull request April 13, 2024 20:13
Status Success
Total duration 2m 51s
Artifacts

build.yml

on: pull_request
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/Primitives/Number/Byte/Comparisons.cs#L3
'Number' defines operator == or operator != but does not override Object.Equals(object o)
build: src/Hussy.Net/Primitives/Number/Byte/Comparisons.cs#L3
'Number' defines operator == or operator != but does not override Object.GetHashCode()
build: src/Hussy.Net/Linq/Index/BasicIndexOf.cs#L23
Dereference of a possibly null reference.
build: src/Hussy.Net/Allocation/Collections/Indexed/CubicAllocation.cs#L8
XML comment has a param tag for 'value', but there is no parameter by that name
build: src/Hussy.Net/Allocation/Collections/Indexed/CubicAllocation.cs#L11
XML comment on 'Hussy.Ac<T>(Indexed<T>, Indexed<T>)' has a paramref tag for 'value', but there is no parameter by that name
build: src/Hussy.Net/Allocation/Collections/Indexed/CubicAllocation.cs#L16
Parameter 'x' has no matching param tag in the XML comment for 'Hussy.Ac<T>(Indexed<T>, Indexed<T>)' (but other parameters do)
build: src/Hussy.Net/Allocation/Collections/Indexed/CubicAllocation.cs#L17
Parameter 'y' has no matching param tag in the XML comment for 'Hussy.Ac<T>(Indexed<T>, Indexed<T>)' (but other parameters do)
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)