CodeCoverage #11
Annotations
20 warnings
DotNet Build:
tests/GeoJson/Converters/JsonStringEnumMemberConverter.cs#L19
Cannot convert null literal to non-nullable reference type.
|
DotNet Build:
tests/GeoJson/GeoJSONObject.cs#L67
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
DotNet Build:
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).
|
DotNet Build:
tests/GeoJson/GeoJSONObject.cs#L83
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#L75
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/Feature/Feature.cs#L144
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/CoordinateReferenceSystem/CRSBase.cs#L37
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
DotNet Build:
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).
|
DotNet Build:
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).
|
DotNet Build:
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).
|
DotNet Test:
src/PolygonClipper/PolygonClipper.cs#L362
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
DotNet Test:
src/PolygonClipper/PolygonClipper.cs#L363
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
DotNet Test:
src/PolygonClipper/PolygonClipper.cs#L365
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
DotNet Test:
src/PolygonClipper/PolygonClipper.cs#L366
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
DotNet Test:
src/PolygonClipper/PolygonClipper.cs#L367
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
DotNet Test:
src/PolygonClipper/PolygonClipper.cs#L369
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
DotNet Test:
src/PolygonClipper/PolygonClipper.cs#L370
Single line comment should begin with a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1005.md)
|
DotNet Test:
src/PolygonClipper/PolygonClipper.cs#L246
Code should not contain trailing whitespace (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1028.md)
|
DotNet Test:
src/PolygonClipper/SegmentComparer.cs#L69
Block statements should not contain embedded comments (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1108.md)
|
DotNet Test:
src/PolygonClipper/SegmentComparer.cs#L74
Block statements should not contain embedded comments (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1108.md)
|
Loading