Add ArrayContainer array operation tests and container benchmarks #11
+237
−0
Annotations
10 warnings
|
Equativ.RoaringBitmaps/RoaringArray.cs#L437
Converting null literal or possible null value to non-nullable type.
|
|
Equativ.RoaringBitmaps/Container.cs#L15
Nullability of reference types in type of parameter 'other' of 'bool Container.Equals(Container other)' doesn't match implicitly implemented member 'bool IEquatable<Container>.Equals(Container? other)' (possibly because of nullability attributes).
|
|
Equativ.RoaringBitmaps.Tests/BenchmarkTests.cs#L231
Converting null literal or possible null value to non-nullable type.
|
|
Equativ.RoaringBitmaps.Datasets/ZipRealDataProvider.cs#L47
Dereference of a possibly null reference.
|
|
Equativ.RoaringBitmaps.Datasets/ZipRealDataProvider.cs#L30
Dereference of a possibly null reference.
|
|
|
|
Equativ.RoaringBitmaps/RoaringArray.cs#L497
Converting null literal or possible null value to non-nullable type.
|
|
Equativ.RoaringBitmaps/RoaringArray.cs#L450
Converting null literal or possible null value to non-nullable type.
|
|
Equativ.RoaringBitmaps/RoaringArray.cs#L437
Converting null literal or possible null value to non-nullable type.
|
|
Equativ.RoaringBitmaps/Container.cs#L15
Nullability of reference types in type of parameter 'other' of 'bool Container.Equals(Container other)' doesn't match implicitly implemented member 'bool IEquatable<Container>.Equals(Container? other)' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading