Skip to content

added NaN and Infinity checks for Coordinate #257

added NaN and Infinity checks for Coordinate

added NaN and Infinity checks for Coordinate #257

Triggered via push August 4, 2025 18:38
Status Failure
Total duration 1m 42s
Artifacts 2

build.yml

on: push
Global variables
3s
Global variables
Versioning with GitVersion  /  Version
13s
Versioning with GitVersion / Version
Build with .NET
34s
Build with .NET
Pack with .NET
26s
Pack with .NET
Test with .NET
41s
Test with .NET
Docs with docfx
0s
Docs with docfx
Publish  /  release-package
Publish / release-package
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 30 warnings
Pack with .NET
Process completed with exit code 1.
Pack with .NET
The readme file 'README.md' does not exist in the package.
Pack with .NET
The readme file 'README.md' does not exist in the package.
Build with .NET: src/PolylineAlgorithm.Abstraction/PolylineEncodingOptions.cs#L19
Symbol 'PolylineAlgorithm.Abstraction.PolylineEncodingOptions.PolylineEncodingOptions() -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Build with .NET: src/PolylineAlgorithm.Abstraction/AbstractPolylineDecoder.cs#L21
Symbol 'PolylineAlgorithm.Abstraction.AbstractPolylineDecoder<TPolyline, TCoordinate>' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Build with .NET: src/PolylineAlgorithm.Abstraction/IPolylineEncoder.cs#L13
Symbol 'PolylineAlgorithm.Abstraction.IPolylineEncoder<TCoordinate, TPolyline>' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Build with .NET: src/PolylineAlgorithm.Abstraction/CoordinateValueType.cs#L23
Symbol 'PolylineAlgorithm.Abstraction.CoordinateValueType.Longitude = 2 -> PolylineAlgorithm.Abstraction.CoordinateValueType' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Build with .NET: src/PolylineAlgorithm.Abstraction/CoordinateValueType.cs#L15
Symbol 'PolylineAlgorithm.Abstraction.CoordinateValueType.None = 0 -> PolylineAlgorithm.Abstraction.CoordinateValueType' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Build with .NET: src/PolylineAlgorithm.Abstraction/CoordinateValueType.cs#L19
Symbol 'PolylineAlgorithm.Abstraction.CoordinateValueType.Latitude = 1 -> PolylineAlgorithm.Abstraction.CoordinateValueType' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Pack with .NET: src/PolylineAlgorithm.Abstraction/IPolylineDecoder.cs#L13
Symbol 'PolylineAlgorithm.Abstraction.IPolylineDecoder<TPolyline, TCoordinate>' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Pack with .NET: src/PolylineAlgorithm.Abstraction/PolylineEncodingOptions.cs#L19
Symbol 'PolylineAlgorithm.Abstraction.PolylineEncodingOptions.PolylineEncodingOptions() -> void' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Pack with .NET: src/PolylineAlgorithm.Abstraction/AbstractPolylineDecoder.cs#L21
Symbol 'PolylineAlgorithm.Abstraction.AbstractPolylineDecoder<TPolyline, TCoordinate>' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Pack with .NET: src/PolylineAlgorithm.Abstraction/IPolylineEncoder.cs#L13
Symbol 'PolylineAlgorithm.Abstraction.IPolylineEncoder<TCoordinate, TPolyline>' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Pack with .NET: src/PolylineAlgorithm.Abstraction/CoordinateValueType.cs#L23
Symbol 'PolylineAlgorithm.Abstraction.CoordinateValueType.Longitude = 2 -> PolylineAlgorithm.Abstraction.CoordinateValueType' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Pack with .NET: src/PolylineAlgorithm.Abstraction/CoordinateValueType.cs#L19
Symbol 'PolylineAlgorithm.Abstraction.CoordinateValueType.Latitude = 1 -> PolylineAlgorithm.Abstraction.CoordinateValueType' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Pack with .NET: src/PolylineAlgorithm.Abstraction/CoordinateValueType.cs#L15
Symbol 'PolylineAlgorithm.Abstraction.CoordinateValueType.None = 0 -> PolylineAlgorithm.Abstraction.CoordinateValueType' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test with .NET: src/PolylineAlgorithm.Abstraction/PolylineEncodingOptionsBuilder.cs#L14
Symbol 'PolylineAlgorithm.Abstraction.PolylineEncodingOptionsBuilder' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test with .NET: src/PolylineAlgorithm.Abstraction/AbstractPolylineEncoder.cs#L25
Symbol 'PolylineAlgorithm.Abstraction.AbstractPolylineEncoder<TCoordinate, TPolyline>' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test with .NET: src/PolylineAlgorithm.Abstraction/AbstractPolylineDecoder.cs#L21
Symbol 'PolylineAlgorithm.Abstraction.AbstractPolylineDecoder<TPolyline, TCoordinate>' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test with .NET: src/PolylineAlgorithm.Abstraction/IPolylineDecoder.cs#L13
Symbol 'PolylineAlgorithm.Abstraction.IPolylineDecoder<TPolyline, TCoordinate>' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test with .NET: src/PolylineAlgorithm.Abstraction/IPolylineEncoder.cs#L13
Symbol 'PolylineAlgorithm.Abstraction.IPolylineEncoder<TCoordinate, TPolyline>' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test with .NET: src/PolylineAlgorithm.Abstraction/CoordinateValueType.cs#L23
Symbol 'PolylineAlgorithm.Abstraction.CoordinateValueType.Longitude = 2 -> PolylineAlgorithm.Abstraction.CoordinateValueType' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test with .NET: src/PolylineAlgorithm.Abstraction/CoordinateValueType.cs#L19
Symbol 'PolylineAlgorithm.Abstraction.CoordinateValueType.Latitude = 1 -> PolylineAlgorithm.Abstraction.CoordinateValueType' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Test with .NET: src/PolylineAlgorithm.Abstraction/CoordinateValueType.cs#L15
Symbol 'PolylineAlgorithm.Abstraction.CoordinateValueType.None = 0 -> PolylineAlgorithm.Abstraction.CoordinateValueType' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)

Artifacts

Produced during runtime
Name Size Digest
build Expired
57.1 MB
sha256:4ea4bb09af6129050ceb3e2ae41b87fbcbf7faa5b08c5bdb34612efe18f80004
test-results Expired
85.8 KB
sha256:5ac25640b78440f589eab8b2c8156be11e8cac210ab1c912952e327504fd47ed