The IHasher infrastructure has been redesigned. Hasher implementation… #110
Annotations
5 errors and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
benchmarks/Faster.Map.Hash.Benchmark/StringBenchmark.cs#L24
The type or namespace name 'XxHash3StringHasher' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
benchmarks/Faster.Map.Hash.Benchmark/StringBenchmark.cs#L5
The type or namespace name 'Hasher' does not exist in the namespace 'Faster.Map' (are you missing an assembly reference?)
|
|
build:
benchmarks/Faster.Map.Hash.Benchmark/StringBenchmark.cs#L24
The type or namespace name 'XxHash3StringHasher' could not be found (are you missing a using directive or an assembly reference?)
|
|
build:
benchmarks/Faster.Map.Hash.Benchmark/StringBenchmark.cs#L5
The type or namespace name 'Hasher' does not exist in the namespace 'Faster.Map' (are you missing an assembly reference?)
|
|
build:
src/Core/RobinHoodMap.cs#L580
Dereference of a possibly null reference.
|
|
build:
src/Core/RobinHoodMap.cs#L574
Dereference of a possibly null reference.
|
|
build:
src/Core/RobinHoodMap.cs#L362
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
|
|
build:
src/Core/RobinHoodMap.cs#L337
Possible null reference assignment.
|
|
build:
src/Core/RobinHoodMap.cs#L523
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'RobinhoodMap<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
|
build:
src/Core/RobinHoodMap.cs#L580
Dereference of a possibly null reference.
|
|
build:
src/Core/RobinHoodMap.cs#L574
Dereference of a possibly null reference.
|
|
build:
src/Core/RobinHoodMap.cs#L362
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
|
|
build:
src/Core/RobinHoodMap.cs#L337
Possible null reference assignment.
|
|
build:
src/Core/RobinHoodMap.cs#L523
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'RobinhoodMap<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|