Fix namespaces, add thorough summary including code examples, inc ver… #50
Annotations
10 errors and 10 warnings
build:
benchmarks/Faster.Map.Concurrent.Benchmark/AddBenchmark.cs#L5
Using the generic type 'DenseMap<TKey, TValue>' requires 2 type arguments
|
build:
benchmarks/Faster.Map.Benchmark/AddAndResizeBenchmark.cs#L2
Using the generic type 'DenseMap<TKey, TValue>' requires 2 type arguments
|
build:
benchmarks/Faster.Map.Concurrent.Benchmark/AddBenchmark.cs#L6
The type or namespace name 'RobinHoodMap' does not exist in the namespace 'Faster.Map' (are you missing an assembly reference?)
|
build:
benchmarks/Faster.Map.Concurrent.Benchmark/UpdateBenchmark.cs#L6
Using the generic type 'DenseMap<TKey, TValue>' requires 2 type arguments
|
build:
benchmarks/Faster.Map.Concurrent.Benchmark/UpdateBenchmark.cs#L7
The type or namespace name 'RobinHoodMap' does not exist in the namespace 'Faster.Map' (are you missing an assembly reference?)
|
build:
benchmarks/Faster.Map.Benchmark/AddAndResizeBenchmark.cs#L3
The type or namespace name 'RobinHoodMap' does not exist in the namespace 'Faster.Map' (are you missing an assembly reference?)
|
build:
benchmarks/Faster.Map.Benchmark/AddBenchmark.cs#L5
Using the generic type 'DenseMap<TKey, TValue>' requires 2 type arguments
|
build:
benchmarks/Faster.Map.Benchmark/AddBenchmark.cs#L6
The type or namespace name 'RobinHoodMap' does not exist in the namespace 'Faster.Map' (are you missing an assembly reference?)
|
build:
benchmarks/Faster.Map.Benchmark/GetBenchmark.cs#L4
Using the generic type 'DenseMap<TKey, TValue>' requires 2 type arguments
|
build:
benchmarks/Faster.Map.Benchmark/GetBenchmark.cs#L5
The type or namespace name 'RobinHoodMap' does not exist in the namespace 'Faster.Map' (are you missing an assembly reference?)
|
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.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/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#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)
|