Skip to content

removed copytest

removed copytest #295

Triggered via push August 14, 2025 11:01
Status Failure
Total duration 2m 10s
Artifacts 4

build.yml

on: push
Global variables
3s
Global variables
Versioning with GitVersion  /  Version
13s
Versioning with GitVersion / Version
Build with .NET
40s
Build with .NET
Pack with .NET
32s
Pack with .NET
Test with .NET
42s
Test with .NET
Docs with docfx
28s
Docs with docfx
Publish  /  Development
15s
Publish / Development
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 32 warnings
Docs with docfx
Failed to load /home/runner/work/polyline-algorithm-csharp/polyline-algorithm-csharp/./.github/actions/push-changes/action.yml
Docs with docfx
GitHub.DistributedTask.ObjectTemplating.TemplateValidationException: The template is not valid. /home/runner/work/polyline-algorithm-csharp/polyline-algorithm-csharp/./.github/actions/push-changes/action.yml (Line: 36, Col: 7): 'name' is already defined,/home/runner/work/polyline-algorithm-csharp/polyline-algorithm-csharp/./.github/actions/push-changes/action.yml (Line: 37, Col: 7): 'uses' is already defined,/home/runner/work/polyline-algorithm-csharp/polyline-algorithm-csharp/./.github/actions/push-changes/action.yml (Line: 38, Col: 7): 'with' is already defined at GitHub.DistributedTask.ObjectTemplating.TemplateValidationErrors.Check() at GitHub.Runner.Worker.ActionManifestManager.ConvertRuns(IExecutionContext executionContext, TemplateContext templateContext, TemplateToken inputsToken, String fileRelativePath, MappingToken outputs) at GitHub.Runner.Worker.ActionManifestManager.Load(IExecutionContext executionContext, String manifestFile)
Docs with docfx
/home/runner/work/polyline-algorithm-csharp/polyline-algorithm-csharp/./.github/actions/push-changes/action.yml (Line: 38, Col: 7): 'with' is already defined
Docs with docfx
/home/runner/work/polyline-algorithm-csharp/polyline-algorithm-csharp/./.github/actions/push-changes/action.yml (Line: 37, Col: 7): 'uses' is already defined
Docs with docfx
/home/runner/work/polyline-algorithm-csharp/polyline-algorithm-csharp/./.github/actions/push-changes/action.yml (Line: 36, Col: 7): 'name' is already defined
Build with .NET: src/PolylineAlgorithm/PolylineEncodingOptions.cs#L19
Symbol 'PolylineAlgorithm.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/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/AbstractPolylineDecoder.cs#L23
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/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)
Docs with docfx
Unexpected input(s) 'artifact-name', valid inputs are ['docfx-json-manifest', 'temporary-directory', 'output-directory', 'dotnet_sdk_version', 'working-directory']
Docs with docfx
Unexpected input(s) 'artifact-name', valid inputs are ['docfx-json-manifest', 'temporary-directory', 'output-directory', 'dotnet_sdk_version', 'working-directory']
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/PolylineEncodingOptions.cs#L19
Symbol 'PolylineAlgorithm.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/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#L23
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/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/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/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#L23
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)

Artifacts

Produced during runtime
Name Size Digest
assembly-metadata Expired
36.3 KB
sha256:993e5a95a306676adb34f8e0422dca39366faa9d5d56246b0d024d4369b94be1
build Expired
56.9 MB
sha256:5f0ac03f9aac348037cdf58cea77cc0401e1ffee3edf1fcece00ca1aca1281a2
package Expired
37.9 KB
sha256:975bf9a9884ed3c822d9cd5d516543efa487f922a8bfd82eda5a8ee1090a9833
test-results Expired
76.9 KB
sha256:92c788f94a0f5a687589571f688670fa6c780e2da4620406e64289b835340681