Implement your own hash algorithm using the IHasher interface. Remove… #66
Annotations
10 warnings
build:
src/Hasher/XxHash3Hasher.cs#L13
Argument 1 should be passed with 'ref' or 'in' keyword
|
build:
src/RobinHoodMap.cs#L305
Possible null reference assignment.
|
build:
src/RobinHoodMap.cs#L330
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
|
build:
src/RobinHoodMap.cs#L305
Possible null reference assignment.
|
build:
src/RobinHoodMap.cs#L330
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
|
build:
unittests/Faster.Map.RobinhoodMap.Tests/RobinhoodContainsTests.cs#L65
Cannot convert null literal to non-nullable reference type.
|
build:
unittests/Faster.Map.RobinhoodMap.Tests/RobinhoodGetOrUpdateByRefTests.cs#L72
Converting null literal or possible null value to non-nullable type.
|
build:
unittests/Faster.Map.RobinhoodMap.Tests/RobinhoodGetOrUpdateByRefTests.cs#L74
Possible null reference argument for parameter 'value' in 'bool RobinhoodMap<uint, string>.Emplace(uint key, string value)'.
|
build:
unittests/Faster.Map.DenseMap.Tests/UpdateTests.cs#L56
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
unittests/Faster.Map.CMap.Tests/LargeStruct.cs#L16
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|