Port GenericTests from Rust lib #24
Annotations
1 error and 10 warnings
|
|
|
tests/GeoJson/Feature/Feature.cs#L199
Cannot convert null literal to non-nullable reference type.
|
|
tests/GeoJson/Converters/JsonStringEnumMemberConverter.cs#L19
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)
|
|
|
|
src/PolygonClipper/PolygonClipper.cs#L745
Statement should not use unnecessary parenthesis (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1119.md)
|
|
src/PolygonClipper/PolygonClipper.cs#L157
The parameters should all be placed on the same line or each parameter should be placed on its own line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1117.md)
|
|
src/PolygonClipper/PolygonClipper.cs#L833
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|
The logs for this run have expired and are no longer available.
Loading