Skip to content

Improve README

Improve README #21

Triggered via push September 5, 2024 21:17
Status Success
Total duration 3m 55s
Billable time 4m
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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/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/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#L143
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Equativ.RoaringBitmaps/RoaringBitmap.cs#L30
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/RoaringArray.cs#L197
Dereference of a possibly null reference.
build: Equativ.RoaringBitmaps/RoaringArray.cs#L212
Possible null reference argument for parameter 'keys' in 'RoaringArray.RoaringArray(int size, List<ushort> keys, List<Container> containers)'.
build: Equativ.RoaringBitmaps/RoaringArray.cs#L212
Possible null reference argument for parameter 'containers' in 'RoaringArray.RoaringArray(int size, List<ushort> keys, List<Container> containers)'.
build: Equativ.RoaringBitmaps/RoaringArray.cs#L446
Converting null literal or possible null value to non-nullable type.
build: Equativ.RoaringBitmaps/RoaringArray.cs#L459
Converting null literal or possible null value to non-nullable type.