Skip to content

extracted validation to local functions #258

extracted validation to local functions

extracted validation to local functions #258

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

build.yml

on: push
Global variables
3s
Global variables
Versioning with GitVersion  /  Version
16s
Versioning with GitVersion / Version
Build with .NET
39s
Build with .NET
Pack with .NET
31s
Pack with .NET
Test with .NET
47s
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/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/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/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/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/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#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)
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)
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/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/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/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/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)
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#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/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:3e60389468f112fa689ac48dc432c917624a27172e54d591bbc50bf6447988e2
test-results Expired
86.6 KB
sha256:a45ec4338d89c1f9067f610d779e469637bd39dce28b5df8a9ea8aee5bb4971c