Skip to content

Ignore tombstones while inserting entries in DenseMap. Removing an en… #61

Ignore tombstones while inserting entries in DenseMap. Removing an en…

Ignore tombstones while inserting entries in DenseMap. Removing an en… #61

Triggered via push October 29, 2024 10:53
Status Success
Total duration 1m 4s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/RobinHoodMap.cs#L305
Possible null reference assignment.
build: src/RobinHoodMap.cs#L330
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
build: src/RobinHoodMap.cs#L305
Possible null reference assignment.
build: src/RobinHoodMap.cs#L330
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
build: unittests/Faster.Map.DenseMap.Tests/UpdateTests.cs#L56
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
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/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/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/EmplaceTests.cs#L116
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)