Skip to content

add SwissTable-style mirroring, compaction scopes, and probe-safe APIs #103

add SwissTable-style mirroring, compaction scopes, and probe-safe APIs

add SwissTable-style mirroring, compaction scopes, and probe-safe APIs #103

Triggered via push December 27, 2025 15:17
Status Failure
Total duration 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: benchmarks/Faster.Map.Concurrent.Benchmark/RemoveBenchmark.cs#L16
The type or namespace name 'CMap<,>' could not be found (are you missing a using directive or an assembly reference?)
build: benchmarks/Faster.Map.Concurrent.Benchmark/GetBenchmark.cs#L15
The type or namespace name 'CMap<,>' could not be found (are you missing a using directive or an assembly reference?)
build: benchmarks/Faster.Map.Concurrent.Benchmark/AddBenchmark.cs#L12
The type or namespace name 'CMap<,>' could not be found (are you missing a using directive or an assembly reference?)
build: benchmarks/Faster.Map.Concurrent.Benchmark/RandomGeneratorBenchmark.cs#L7
The type or namespace name 'CMap<,>' does not exist in the namespace 'Faster.Map.Concurrent' (are you missing an assembly reference?)
build: benchmarks/Faster.Map.Concurrent.Benchmark/AddAndResizeBenchmark.cs#L11
The type or namespace name 'CMap<,>' could not be found (are you missing a using directive or an assembly reference?)
build: benchmarks/Faster.Map.Concurrent.Benchmark/UpdateBenchmark.cs#L13
The type or namespace name 'CMap<,>' could not be found (are you missing a using directive or an assembly reference?)
build: benchmarks/Faster.Map.Concurrent.Benchmark/RemoveBenchmark.cs#L16
The type or namespace name 'CMap<,>' could not be found (are you missing a using directive or an assembly reference?)
build: benchmarks/Faster.Map.Concurrent.Benchmark/GetBenchmark.cs#L15
The type or namespace name 'CMap<,>' could not be found (are you missing a using directive or an assembly reference?)
build: benchmarks/Faster.Map.Concurrent.Benchmark/AddBenchmark.cs#L12
The type or namespace name 'CMap<,>' could not be found (are you missing a using directive or an assembly reference?)
build: benchmarks/Faster.Map.Concurrent.Benchmark/RandomGeneratorBenchmark.cs#L7
The type or namespace name 'CMap<,>' does not exist in the namespace 'Faster.Map.Concurrent' (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.