Skip to content

Complete rewrite and v1.0 release preparation #82

Complete rewrite and v1.0 release preparation

Complete rewrite and v1.0 release preparation #82

Triggered via pull request March 17, 2026 18:42
Status Failure
Total duration 2m 35s
Artifacts 2

pull-request.yml

on: pull_request
Set workflow variables
3s
Set workflow variables
Extract version from branch
18s
Extract version from branch
Compile source code
48s
Compile source code
Package binaries
43s
Package binaries
Run tests
44s
Run tests
Matrix: benchmark
Publish development package
25s
Publish development package
Fit to window
Zoom out
Zoom in

Annotations

1 error and 36 warnings
Run tests
Process completed with exit code 2.
Extract version from branch
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-ecosystem/action-regex-match@v2, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Extract version from branch
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Extract version from branch
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Extract version from branch
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compile source code
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Compile source code: src/PolylineAlgorithm/Abstraction/IPolylineEncoder.cs#L10
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)
Compile source code: 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)
Compile source code: 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)
Compile source code: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L22
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)
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L217
XML comment has cref attribute 'GetCharCount' that could not be resolved
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L115
XML comment has a param tag for 'rounding', but there is no parameter by that name
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L49
XML comment has a param tag for 'rounding', but there is no parameter by that name
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L27
XML comment on 'PolylineEncoding.Normalize(double, uint)' has a paramref tag for 'rounding', but there is no parameter by that name
Run tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Run tests: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L22
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)
Run tests: src/PolylineAlgorithm/Extensions/PolylineDecoderExtensions.cs#L16
Symbol 'PolylineAlgorithm.Extensions.PolylineDecoderExtensions' is not part of the declared public API (https://github.com/dotnet/roslyn/blob/main/src/RoslynAnalyzers/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
Run tests: src/PolylineAlgorithm/Abstraction/IPolylineEncoder.cs#L10
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)
Run tests: 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)
Run tests: 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)
Run tests: src/PolylineAlgorithm/PolylineEncoding.cs#L217
XML comment has cref attribute 'GetCharCount' that could not be resolved
Run tests: src/PolylineAlgorithm/PolylineEncoding.cs#L115
XML comment has a param tag for 'rounding', but there is no parameter by that name
Run tests: src/PolylineAlgorithm/PolylineEncoding.cs#L49
XML comment has a param tag for 'rounding', but there is no parameter by that name
Run tests: src/PolylineAlgorithm/PolylineEncoding.cs#L27
XML comment on 'PolylineEncoding.Normalize(double, uint)' has a paramref tag for 'rounding', but there is no parameter by that name
Package binaries: 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)
Package binaries: 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)
Package binaries: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L22
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)
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L217
XML comment has cref attribute 'GetCharCount' that could not be resolved
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L115
XML comment has a param tag for 'rounding', but there is no parameter by that name
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L49
XML comment has a param tag for 'rounding', but there is no parameter by that name
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L27
XML comment on 'PolylineEncoding.Normalize(double, uint)' has a paramref tag for 'rounding', but there is no parameter by that name
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L115
XML comment has a param tag for 'rounding', but there is no parameter by that name
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L49
XML comment has a param tag for 'rounding', but there is no parameter by that name
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L27
XML comment on 'PolylineEncoding.Normalize(double, uint)' has a paramref tag for 'rounding', but there is no parameter by that name

Artifacts

Produced during runtime
Name Size Digest
build
55.5 MB
sha256:d5eb178fd98c20b5cd58ba2a424b0f9c5ebdda45dcfe44ce111bde3a221a5e97
package
207 KB
sha256:b79f1c3c0ac7e17b205c1415e751417ca2121b3093f578fed949e293bb6853c3