Add RoaringBitmap.ToArray() #30
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
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).
|
build:
Equativ.RoaringBitmaps/RoaringBitmap.cs#L158
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
Equativ.RoaringBitmaps/RoaringBitmap.cs#L45
Nullability of reference types in type of parameter 'other' of 'bool RoaringBitmap.Equals(RoaringBitmap other)' doesn't match implicitly implemented member 'bool IEquatable<RoaringBitmap>.Equals(RoaringBitmap? other)' (possibly because of nullability attributes).
|
build:
Equativ.RoaringBitmaps/BitmapContainer.cs#L301
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
Equativ.RoaringBitmaps/BitmapContainer.cs#L66
Nullability of reference types in type of parameter 'other' of 'bool BitmapContainer.Equals(BitmapContainer other)' doesn't match implicitly implemented member 'bool IEquatable<BitmapContainer>.Equals(BitmapContainer? other)' (possibly because of nullability attributes).
|
build:
Equativ.RoaringBitmaps/RoaringArray.cs#L196
Dereference of a possibly null reference.
|
build:
Equativ.RoaringBitmaps/RoaringArray.cs#L211
Possible null reference argument for parameter 'keys' in 'RoaringArray.RoaringArray(int size, List<ushort> keys, List<Container> containers)'.
|
build:
Equativ.RoaringBitmaps/RoaringArray.cs#L211
Possible null reference argument for parameter 'containers' in 'RoaringArray.RoaringArray(int size, List<ushort> keys, List<Container> containers)'.
|
build:
Equativ.RoaringBitmaps/RoaringArray.cs#L445
Converting null literal or possible null value to non-nullable type.
|
build:
Equativ.RoaringBitmaps/RoaringArray.cs#L458
Converting null literal or possible null value to non-nullable type.
|