CodeCoverage #57
Annotations
20 warnings
|
DotNet Test:
tests/GeoJson/Geometry/Polygon.cs#L91
Nullability of reference types in type of parameter 'left' of 'bool Polygon.Equals(Polygon left, Polygon right)' doesn't match implicitly implemented member 'bool IEqualityComparer<Polygon>.Equals(Polygon? x, Polygon? y)' (possibly because of nullability attributes).
|
|
DotNet Test:
tests/GeoJson/Geometry/MultiPolygon.cs#L68
Nullability of reference types in type of parameter 'other' of 'bool MultiPolygon.Equals(MultiPolygon other)' doesn't match implicitly implemented member 'bool IEquatable<MultiPolygon>.Equals(MultiPolygon? other)' (possibly because of nullability attributes).
|
|
DotNet Test:
tests/GeoJson/Geometry/MultiPolygon.cs#L76
Nullability of reference types in type of parameter 'right' of 'bool MultiPolygon.Equals(MultiPolygon left, MultiPolygon right)' doesn't match implicitly implemented member 'bool IEqualityComparer<MultiPolygon>.Equals(MultiPolygon? x, MultiPolygon? y)' (possibly because of nullability attributes).
|
|
DotNet Test:
tests/GeoJson/Geometry/MultiPolygon.cs#L76
Nullability of reference types in type of parameter 'left' of 'bool MultiPolygon.Equals(MultiPolygon left, MultiPolygon right)' doesn't match implicitly implemented member 'bool IEqualityComparer<MultiPolygon>.Equals(MultiPolygon? x, MultiPolygon? y)' (possibly because of nullability attributes).
|
|
DotNet Test:
tests/GeoJson/Feature/Feature.cs#L203
Cannot convert null literal to non-nullable reference type.
|
|
DotNet Test:
tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
|
|
DotNet Test:
tests/GeoJson/Feature/Feature.cs#L198
Cannot convert null literal to non-nullable reference type.
|
|
DotNet Test:
tests/GeoJson/Converters/JsonStringEnumMemberConverter.cs#L19
Cannot convert null literal to non-nullable reference type.
|
|
DotNet Test
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
|
|
DotNet Test
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
|
|
DotNet Build:
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).
|
|
DotNet Build:
tests/GeoJson/GeoJSONObject.cs#L74
Nullability of reference types in type of parameter 'other' of 'bool GeoJSONObject.Equals(GeoJSONObject other)' doesn't match implicitly implemented member 'bool IEquatable<GeoJSONObject>.Equals(GeoJSONObject? other)' (possibly because of nullability attributes).
|
|
DotNet Build:
tests/GeoJson/GeoJSONObject.cs#L82
Nullability of reference types in type of parameter 'right' 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).
|
|
DotNet Build:
tests/GeoJson/GeoJSONObject.cs#L82
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).
|
|
DotNet Build:
tests/GeoJson/GeoJSONObject.cs#L66
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
DotNet Build:
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).
|
|
DotNet Build:
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).
|
|
DotNet Build:
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).
|
|
DotNet Build:
tests/GeoJson/CoordinateReferenceSystem/CRSBase.cs#L36
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
DotNet Build:
tests/GeoJson/Converters/JsonStringEnumMemberConverter.cs#L19
Cannot convert null literal to non-nullable reference type.
|
Loading