Skip to content

say it with me

say it with me #634

Triggered via push March 18, 2026 21:53
Status Failure
Total duration 3m 6s
Artifacts 3

build.yml

on: push
Extract version
23s
Extract version
Set workflow variables
3s
Set workflow variables
Format source code
43s
Format source code
Compile source code
1m 10s
Compile source code
Package binaries
43s
Package binaries
Run tests
50s
Run tests
Generate assembly metadata
37s
Generate assembly metadata
Publish development package
18s
Publish development package
Fit to window
Zoom out
Zoom in

Annotations

1 error and 38 warnings
Run tests
Process completed with exit code 1.
Extract version
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
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
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
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/
Format 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
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#L221
XML comment has cref attribute 'GetCharCount' that could not be resolved
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L119
XML comment has a param tag for 'rounding', but there is no parameter by that name
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L52
XML comment has a param tag for 'rounding', but there is no parameter by that name
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L30
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#L184
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.CreateCoordinate(double, double)'
Compile source code: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L181
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.GetReadOnlyMemory(in TPolyline)'
Compile source code: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L90
Possible null reference argument for parameter 'logger' in 'void AbstractPolylineDecoder<TPolyline, TCoordinate>.ValidateNullPolyline(TPolyline polyline, ILogger logger)'.
Compile source code
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Compile source code
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Compile source code
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Generate assembly metadata
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/
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L221
XML comment has cref attribute 'GetCharCount' that could not be resolved
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L119
XML comment has a param tag for 'rounding', but there is no parameter by that name
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L52
XML comment has a param tag for 'rounding', but there is no parameter by that name
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L30
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#L184
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.CreateCoordinate(double, double)'
Package binaries: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L181
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.GetReadOnlyMemory(in TPolyline)'
Package binaries: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L90
Possible null reference argument for parameter 'logger' in 'void AbstractPolylineDecoder<TPolyline, TCoordinate>.ValidateNullPolyline(TPolyline polyline, ILogger logger)'.
Package binaries
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Package binaries
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Package binaries
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
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#L30
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#L184
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.CreateCoordinate(double, double)'
Run tests: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L181
Missing XML comment for publicly visible type or member 'AbstractPolylineDecoder<TPolyline, TCoordinate>.GetReadOnlyMemory(in TPolyline)'
Run tests: src/PolylineAlgorithm/Abstraction/AbstractPolylineDecoder.cs#L90
Possible null reference argument for parameter 'logger' in 'void AbstractPolylineDecoder<TPolyline, TCoordinate>.ValidateNullPolyline(TPolyline polyline, ILogger logger)'.
Run tests
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run tests
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run tests
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run tests
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run tests
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Run tests
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.

Artifacts

Produced during runtime
Name Size Digest
assembly-metadata
32.7 KB
sha256:f9f61c18c72beaefab1cf9d495fe80c2b3509dc7642c3e8c6fc0c05b5f9ad237
build
160 MB
sha256:7d0fe4e877ba63273f5cdfda4ff0304ebd0d34c4b3589ecc88ec20b32f87c3f7
package
228 KB
sha256:76c2dd64580fef18dc2ace07e57ae7a56e2052db61899c4bf28d156e836a93bd