Skip to content

CodeCoverage

CodeCoverage #17

Triggered via schedule March 25, 2025 02:30
Status Success
Total duration 55s
Artifacts

code-coverage.yml

on: schedule
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Geometry/MultiLineString.cs#L72
Nullability of reference types in type of parameter 'other' of 'bool MultiLineString.Equals(MultiLineString other)' doesn't match implicitly implemented member 'bool IEquatable<MultiLineString>.Equals(MultiLineString? other)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Geometry/MultiLineString.cs#L80
Nullability of reference types in type of parameter 'right' of 'bool MultiLineString.Equals(MultiLineString left, MultiLineString right)' doesn't match implicitly implemented member 'bool IEqualityComparer<MultiLineString>.Equals(MultiLineString? x, MultiLineString? y)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Geometry/MultiLineString.cs#L80
Nullability of reference types in type of parameter 'left' of 'bool MultiLineString.Equals(MultiLineString left, MultiLineString right)' doesn't match implicitly implemented member 'bool IEqualityComparer<MultiLineString>.Equals(MultiLineString? x, MultiLineString? y)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Geometry/GeometryCollection.cs#L62
Nullability of reference types in type of parameter 'other' of 'bool GeometryCollection.Equals(GeometryCollection other)' doesn't match implicitly implemented member 'bool IEquatable<GeometryCollection>.Equals(GeometryCollection? other)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Geometry/GeometryCollection.cs#L70
Nullability of reference types in type of parameter 'right' of 'bool GeometryCollection.Equals(GeometryCollection left, GeometryCollection right)' doesn't match implicitly implemented member 'bool IEqualityComparer<GeometryCollection>.Equals(GeometryCollection? x, GeometryCollection? y)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Geometry/GeometryCollection.cs#L70
Nullability of reference types in type of parameter 'left' of 'bool GeometryCollection.Equals(GeometryCollection left, GeometryCollection right)' doesn't match implicitly implemented member 'bool IEqualityComparer<GeometryCollection>.Equals(GeometryCollection? x, GeometryCollection? y)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/FeatureCollection.cs#L64
Nullability of reference types in type of parameter 'other' of 'bool FeatureCollection.Equals(FeatureCollection other)' doesn't match implicitly implemented member 'bool IEquatable<FeatureCollection>.Equals(FeatureCollection? other)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/FeatureCollection.cs#L72
Nullability of reference types in type of parameter 'right' of 'bool FeatureCollection.Equals(FeatureCollection left, FeatureCollection right)' doesn't match implicitly implemented member 'bool IEqualityComparer<FeatureCollection>.Equals(FeatureCollection? x, FeatureCollection? y)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/FeatureCollection.cs#L72
Nullability of reference types in type of parameter 'left' of 'bool FeatureCollection.Equals(FeatureCollection left, FeatureCollection right)' doesn't match implicitly implemented member 'bool IEqualityComparer<FeatureCollection>.Equals(FeatureCollection? x, FeatureCollection? y)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Converters/JsonStringEnumMemberConverter.cs#L19
Cannot convert null literal to non-nullable reference type.