Add FastHash to Faster #74
Annotations
1 error and 10 warnings
build
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:
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:
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:
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:
src/RobinHoodMap.cs#L305
Possible null reference assignment.
|