Move to 6.1.0 and new unittest Get_ShouldReturn_WhileMapIsEmpty #65
Annotations
1 error and 10 warnings
Test
Process completed with exit code 1.
|
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.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:
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/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)
|
Loading