Port GeoJSON #10
Annotations
10 warnings
|
tests/PolygonClipper.Benchmarks/Program.cs#L8
Type 'Program' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
|
tests/GeoJson/CoordinateReferenceSystem/CRSBase.cs#L37
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
tests/GeoJson/CoordinateReferenceSystem/CRSBase.cs#L53
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).
|
|
tests/GeoJson/CoordinateReferenceSystem/CRSBase.cs#L53
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).
|
|
tests/GeoJson/CoordinateReferenceSystem/CRSBase.cs#L45
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).
|
|
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).
|
|
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).
|
|
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).
|
|
tests/GeoJson/GeoJSONObject.cs#L67
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
tests/GeoJson/GeoJSONObject.cs#L83
Nullability of reference types in type of parameter 'left' of 'bool GeoJSONObject.Equals(GeoJSONObject left, GeoJSONObject right)' doesn't match implicitly implemented member 'bool IEqualityComparer<GeoJSONObject>.Equals(GeoJSONObject? x, GeoJSONObject? y)' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading