Skip to content

Revert and fix out of bound RobinHoodMap.cs #82

Revert and fix out of bound RobinHoodMap.cs

Revert and fix out of bound RobinHoodMap.cs #82

Triggered via push December 27, 2024 06:20
Status Success
Total duration 1m 2s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/RobinHoodMap.cs#L313
Possible null reference assignment.
build: src/RobinHoodMap.cs#L338
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
build: src/RobinHoodMap.cs#L313
Possible null reference assignment.
build: src/RobinHoodMap.cs#L338
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
build: benchmarks/Faster.Map.Hash.Benchmark/Benchmark.cs#L14
Non-nullable field 'source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: benchmarks/Faster.Map.Benchmark/RemoveBenchmark.cs#L23
Field 'RemoveBenchmark._denseMapFastHash' is never assigned to, and will always have its default value null
build: benchmarks/Faster.Map.Benchmark/RemoveBenchmark.cs#L22
Field 'RemoveBenchmark._denseMapGxHash' is never assigned to, and will always have its default value null
build: benchmarks/Faster.Map.Benchmark/RemoveBenchmark.cs#L21
Field 'RemoveBenchmark._denseMapxxHash' is never assigned to, and will always have its default value null
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).
build: unittests/Faster.Map.CMap.Tests/UpdateTests.cs#L155
Unboxing a possibly null value.