Skip to content

Move fasthash to new project and using aligned reads instead of unali… #84

Move fasthash to new project and using aligned reads instead of unali…

Move fasthash to new project and using aligned reads instead of unali… #84

Triggered via push January 5, 2025 13:15
Status Failure
Total duration 1m 10s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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#L306
Possible null reference assignment.
build: src/RobinHoodMap.cs#L331
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
build: benchmarks/Faster.Map.Benchmark/RemoveBenchmark.cs#L21
Field 'RemoveBenchmark._denseMapxxHash' is never assigned to, and will always have its default value null
build: benchmarks/Faster.Map.Hash.Benchmark/Benchmark.cs#L9
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: 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.
build: unittests/Faster.Map.CMap.Tests/LargeStructTests.cs#L87
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: unittests/Faster.Map.CMap.Tests/EmplaceTests.cs#L45
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: unittests/Faster.Map.CMap.Tests/UpdateTests.cs#L110
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: unittests/Faster.Map.CMap.Tests/LargeStructTests.cs#L111
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)