Skip to content

Complete rewrite and v1.0 release preparation #88

Complete rewrite and v1.0 release preparation

Complete rewrite and v1.0 release preparation #88

Triggered via pull request March 19, 2026 14:46
Status Failure
Total duration 2m 57s
Artifacts 2

pull-request.yml

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

Annotations

1 error and 36 warnings
Run tests
Process completed with exit code 8.
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/PolylineEncoding.cs#L322
Missing XML comment for publicly visible type or member 'PolylineEncoding.Validation'
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L222
XML comment has cref attribute 'GetCharCount' that could not be resolved
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L120
XML comment has a param tag for 'rounding', but there is no parameter by that name
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L53
XML comment has a param tag for 'rounding', but there is no parameter by that name
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L31
XML comment on 'PolylineEncoding.Normalize(double, uint)' has a paramref tag for 'rounding', but there is no parameter by that name
Compile source code: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L172
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.CreateCoordinate(double, double)'
Compile source code: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L169
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.GetReadOnlyMemory(in TPolyline)'
Compile source code: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L42
Parameter 'options' has no matching param tag in the XML comment for 'AbstractPolylineDecoder<TPolyline, TCoordinate>.AbstractPolylineDecoder(PolylineEncodingOptions)' (but other parameters do)
Compile source code: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L40
XML comment on 'AbstractPolylineDecoder<TPolyline, TCoordinate>.AbstractPolylineDecoder(PolylineEncodingOptions)' has a paramref tag for 'encodingOptions', but there is no parameter by that name
Compile source code: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L36
XML comment has a param tag for 'encodingOptions', 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/PolylineEncoding.cs#L322
Missing XML comment for publicly visible type or member 'PolylineEncoding.Validation'
Run tests: src/PolylineAlgorithm/PolylineEncoding.cs#L222
XML comment has cref attribute 'GetCharCount' that could not be resolved
Run tests: src/PolylineAlgorithm/PolylineEncoding.cs#L120
XML comment has a param tag for 'rounding', but there is no parameter by that name
Run tests: src/PolylineAlgorithm/PolylineEncoding.cs#L53
XML comment has a param tag for 'rounding', but there is no parameter by that name
Run tests: src/PolylineAlgorithm/PolylineEncoding.cs#L31
XML comment on 'PolylineEncoding.Normalize(double, uint)' has a paramref tag for 'rounding', but there is no parameter by that name
Run tests: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L172
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.CreateCoordinate(double, double)'
Run tests: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L169
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.GetReadOnlyMemory(in TPolyline)'
Run tests: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L42
Parameter 'options' has no matching param tag in the XML comment for 'AbstractPolylineDecoder<TPolyline, TCoordinate>.AbstractPolylineDecoder(PolylineEncodingOptions)' (but other parameters do)
Run tests: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L40
XML comment on 'AbstractPolylineDecoder<TPolyline, TCoordinate>.AbstractPolylineDecoder(PolylineEncodingOptions)' has a paramref tag for 'encodingOptions', but there is no parameter by that name
Run tests: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L36
XML comment has a param tag for 'encodingOptions', but there is no parameter by that name
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L322
Missing XML comment for publicly visible type or member 'PolylineEncoding.Validation'
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L222
XML comment has cref attribute 'GetCharCount' that could not be resolved
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L120
XML comment has a param tag for 'rounding', but there is no parameter by that name
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L53
XML comment has a param tag for 'rounding', but there is no parameter by that name
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L31
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/AbstractPolylineDecoder.cs#L172
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.CreateCoordinate(double, double)'
Package binaries: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L169
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.GetReadOnlyMemory(in TPolyline)'
Package binaries: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L42
Parameter 'options' has no matching param tag in the XML comment for 'AbstractPolylineDecoder<TPolyline, TCoordinate>.AbstractPolylineDecoder(PolylineEncodingOptions)' (but other parameters do)
Package binaries: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L40
XML comment on 'AbstractPolylineDecoder<TPolyline, TCoordinate>.AbstractPolylineDecoder(PolylineEncodingOptions)' has a paramref tag for 'encodingOptions', but there is no parameter by that name
Package binaries: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L36
XML comment has a param tag for 'encodingOptions', but there is no parameter by that name

Artifacts

Produced during runtime
Name Size Digest
build
96.2 MB
sha256:0664a41b76748312924b68b19277d47229c9082492e91b79166a4bd4416d72f0
package
233 KB
sha256:02353635dd04544e859d4a848ba48e459e8659ab4e7141ffb1f309c1f58c81fc