Skip to content

Remove core proj

Remove core proj #19

Triggered via push April 16, 2024 17:31
Status Success
Total duration 1m 12s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Faster.Map/RobinHoodMap.cs#L252
Possible null reference assignment.
build: src/Faster.Map/RobinHoodMap.cs#L283
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.
build: unittests/Faster.Map.QuadMap.Tests/QuadMapGetOrUpdateByRefTests.cs#L68
Converting null literal or possible null value to non-nullable type.
build: unittests/Faster.Map.QuadMap.Tests/QuadMapGetOrUpdateByRefTests.cs#L70
Possible null reference argument for parameter 'value' in 'bool QuadMap<uint, string>.Emplace(uint key, string value)'.
build: unittests/Faster.Map.QuadMap.Tests/QuadMapContainsTests.cs#L59
Cannot convert null literal to non-nullable reference type.
build: unittests/Faster.Map.RobinhoodMap.Tests/RobinhoodContainsTests.cs#L65
Cannot convert null literal to non-nullable reference type.
build: unittests/Faster.Map.RobinhoodMap.Tests/RobinhoodGetOrUpdateByRefTests.cs#L72
Converting null literal or possible null value to non-nullable type.
build: unittests/Faster.Map.RobinhoodMap.Tests/RobinhoodGetOrUpdateByRefTests.cs#L74
Possible null reference argument for parameter 'value' in 'bool RobinhoodMap<uint, string>.Emplace(uint key, string value)'.
build: src/Faster.Map/RobinHoodMap.cs#L252
Possible null reference assignment.
build: src/Faster.Map/RobinHoodMap.cs#L283
Possible null reference argument for parameter 'value' in 'Entry.Entry(TKey key, TValue value)'.