Added support for the Number
primitive.
#140
Annotations
2 errors and 10 warnings
build
The job running on runner GitHub Actions 17 has exceeded the maximum execution time of 360 minutes.
|
build
The operation was canceled.
|
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/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/Display/ToString.cs#L15
Dereference of a possibly null reference.
|
build:
src/Hussy.Net/Display/ToString.cs#L15
Possible null reference return.
|
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)
|