Port GenericTests from Rust lib #29
Annotations
1 error and 10 warnings
|
|
|
tests/GeoJson/Feature/Feature.cs#L229
Cannot convert null literal to non-nullable reference type.
|
|
tests/GeoJson/Feature/Feature.cs#L272
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).
|
|
tests/GeoJson/Feature/Feature.cs#L204
Cannot convert null literal to non-nullable reference type.
|
|
tests/GeoJson/Feature/Feature.cs#L199
Cannot convert null literal to non-nullable reference type.
|
|
tests/GeoJson/Feature/Feature.cs#L199
Cannot convert null literal to non-nullable reference type.
|
|
tests/GeoJson/Feature/Feature.cs#L43
Cannot convert null literal to non-nullable reference type.
|
|
tests/GeoJson/Feature/Feature.cs#L36
Cannot convert null literal to non-nullable reference type.
|
|
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).
|
|
src/PolygonClipper/FloatExtensions.cs#L55
Block statements should not contain embedded comments (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1108.md)
|
|
|
The logs for this run have expired and are no longer available.
Loading