Skip to content

added coordinate value type check #248

added coordinate value type check

added coordinate value type check #248

Triggered via push July 30, 2025 19:41
Status Failure
Total duration 2m 14s
Artifacts 2

build.yml

on: push
Global variables
3s
Global variables
Versioning with GitVersion  /  Version
18s
Versioning with GitVersion / Version
Build with .NET
38s
Build with .NET
Pack with .NET
34s
Pack with .NET
Test with .NET
32s
Test with .NET
Docs with docfx
1s
Docs with docfx
Publish  /  Development
19s
Publish / Development
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 30 warnings
Docs with docfx
Branch "develop/1.0" is not allowed to deploy to github-pages due to environment protection rules.
Docs with docfx
The deployment was rejected or didn't satisfy other protection rules.
Test with .NET
Process completed with exit code 1.
Build 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)
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/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)
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)
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/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/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)
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/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#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)
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)

Artifacts

Produced during runtime
Name Size Digest
build Expired
57.1 MB
sha256:5845b192e6738b066c8b634dc8b099739028b64f75328f873539c32510f14bc2
package Expired
54.3 KB
sha256:194d87edaaffb114d9a3555e9189b6a7504c22a43045111b317cc99d22dc246f