Merge pull request #6 from stefannikolei/sn/geojson #11
Annotations
10 warnings
DotNet Build Preview:
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)
|
DotNet Build Preview:
tests/GeoJson/Converters/JsonStringEnumMemberConverter.cs#L19
Cannot convert null literal to non-nullable reference type.
|
DotNet Build Preview:
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 Preview:
tests/GeoJson/Feature/Feature.cs#L36
Cannot convert null literal to non-nullable reference type.
|
DotNet Build Preview:
tests/GeoJson/Feature/Feature.cs#L43
Cannot convert null literal to non-nullable reference type.
|
DotNet Build Preview:
tests/GeoJson/Feature/Feature.cs#L199
Cannot convert null literal to non-nullable reference type.
|
DotNet Build Preview:
tests/GeoJson/Feature/Feature.cs#L199
Cannot convert null literal to non-nullable reference type.
|
DotNet Build Preview:
tests/GeoJson/Feature/Feature.cs#L204
Cannot convert null literal to non-nullable reference type.
|
DotNet Build Preview:
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).
|
DotNet Build Preview:
tests/GeoJson/Feature/Feature.cs#L229
Cannot convert null literal to non-nullable reference type.
|
Loading