Skip to content

The IHasher infrastructure has been redesigned. Hasher implementation… #110

The IHasher infrastructure has been redesigned. Hasher implementation…

The IHasher infrastructure has been redesigned. Hasher implementation… #110

Triggered via push January 1, 2026 11:16
Status Failure
Total duration 35s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.