Skip to content

Merge pull request #22 from SixLabors/js/normalize-self-intersections #86

Merge pull request #22 from SixLabors/js/normalize-self-intersections

Merge pull request #22 from SixLabors/js/normalize-self-intersections #86

Triggered via push February 18, 2026 23:44
Status Success
Total duration 2m 40s
Artifacts
WarmLFS
7s
WarmLFS
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

60 warnings
Build (ubuntu-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L42
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L35
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net9.0, 9.0.x, true, -x64, false): 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, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/CoordinateReferenceSystem/UnspecifiedCRS.cs#L30
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build (ubuntu-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/CoordinateReferenceSystem/CRSBase.cs#L44
Nullability of reference types in type of parameter 'other' of 'bool CRSBase.Equals(CRSBase other)' doesn't match implicitly implemented member 'bool IEquatable<CRSBase>.Equals(CRSBase? other)' (possibly because of nullability attributes).
Build (ubuntu-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/CoordinateReferenceSystem/CRSBase.cs#L52
Nullability of reference types in type of parameter 'right' 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, net9.0, 9.0.x, true, -x64, false): 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, net9.0, 9.0.x, true, -x64, false): 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, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Converters/JsonStringEnumMemberConverter.cs#L19
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L42
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L35
Cannot convert null literal to non-nullable reference type.
Build (ubuntu-latest, net8.0, 8.0.x, -x64, false): 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, 8.0.x, -x64, false): tests/GeoJson/CoordinateReferenceSystem/UnspecifiedCRS.cs#L30
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/CoordinateReferenceSystem/CRSBase.cs#L44
Nullability of reference types in type of parameter 'other' of 'bool CRSBase.Equals(CRSBase other)' doesn't match implicitly implemented member 'bool IEquatable<CRSBase>.Equals(CRSBase? other)' (possibly because of nullability attributes).
Build (ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/CoordinateReferenceSystem/CRSBase.cs#L52
Nullability of reference types in type of parameter 'right' 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, 8.0.x, -x64, false): 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, 8.0.x, -x64, false): 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, 8.0.x, -x64, false): tests/GeoJson/Converters/JsonStringEnumMemberConverter.cs#L19
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net9.0, 9.0.x, true, -x64, false): 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 (macos-latest, net9.0, 9.0.x, true, -x64, false): 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 (macos-latest, net9.0, 9.0.x, true, -x64, false): 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 (macos-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L203
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L42
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L35
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net9.0, 9.0.x, true, -x64, false): 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 (macos-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Converters/JsonStringEnumMemberConverter.cs#L19
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L239
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L228
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L228
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net8.0, 8.0.x, -x64, false): 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 (macos-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L42
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L35
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net8.0, 8.0.x, -x64, false): 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 (macos-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L203
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (macos-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L228
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L228
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net8.0, 8.0.x, -x64, false): 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 (windows-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L203
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L42
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Feature/Feature.cs#L35
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net8.0, 8.0.x, -x64, false): 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 (windows-latest, net8.0, 8.0.x, -x64, false): tests/GeoJson/Converters/JsonStringEnumMemberConverter.cs#L19
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L228
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L228
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net9.0, 9.0.x, true, -x64, false): 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 (windows-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L203
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L42
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net9.0, 9.0.x, true, -x64, false): tests/GeoJson/Feature/Feature.cs#L35
Cannot convert null literal to non-nullable reference type.
Build (windows-latest, net9.0, 9.0.x, true, -x64, false): 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).