Skip to content

CodeCoverage

CodeCoverage #44

Triggered via schedule September 25, 2025 02:31
Status Success
Total duration 1m 21s
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/CoordinateReferenceSystem/CRSBase.cs#L52
Nullability of reference types in type of parameter 'left' of 'bool CRSBase.Equals(CRSBase left, CRSBase right)' doesn't match implicitly implemented member 'bool IEqualityComparer<CRSBase>.Equals(CRSBase? x, CRSBase? y)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/CoordinateReferenceSystem/CRSBase.cs#L36
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
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)
A PackageReference for 'coverlet.collector' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
Build (ubuntu-latest, net8.0, -x64, true)
A PackageReference for 'coverlet.collector' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L228
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L228
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L271
Nullability of reference types in type of parameter 'other' of 'bool Feature<TGeometry>.Equals(Feature<TGeometry> other)' doesn't match implicitly implemented member 'bool IEquatable<Feature<TGeometry>>.Equals(Feature<TGeometry>? other)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L203
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L42
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L35
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, -x64, true): tests/GeoJson/Feature/Feature.cs#L143
Nullability of reference types in type of parameter 'other' of 'bool Feature<TGeometry, TProps>.Equals(Feature<TGeometry, TProps> other)' doesn't match implicitly implemented member 'bool IEquatable<Feature<TGeometry, TProps>>.Equals(Feature<TGeometry, TProps>? other)' (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.