Update README.md add fastpath in Get #70
Annotations
3 errors and 10 warnings
build:
unittests/Faster.Map.RobinhoodMap.Tests/RobinhoodStringWrapperTests.cs#L1
The type or namespace name 'Core' does not exist in the namespace 'Faster.Map' (are you missing an assembly reference?)
|
build:
unittests/Faster.Map.RobinhoodMap.Tests/RobinhoodStringWrapperTests.cs#L1
The type or namespace name 'Core' does not exist in the namespace 'Faster.Map' (are you missing an assembly reference?)
|
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:
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/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)
|
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#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/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)
|
build:
unittests/Faster.Map.CMap.Tests/UpdateTests.cs#L175
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)
|