Skip to content

Merge branch 'develop/1.0' of https://github.com/petesramek/polyline-… #632

Merge branch 'develop/1.0' of https://github.com/petesramek/polyline-…

Merge branch 'develop/1.0' of https://github.com/petesramek/polyline-… #632

Triggered via push March 18, 2026 20:38
Status Success
Total duration 2m 47s
Artifacts 4

build.yml

on: push
Extract version
18s
Extract version
Set workflow variables
4s
Set workflow variables
Format source code
43s
Format source code
Compile source code
49s
Compile source code
Package binaries
42s
Package binaries
Run tests
59s
Run tests
Generate assembly metadata
36s
Generate assembly metadata
Publish development package
21s
Publish development package
Fit to window
Zoom out
Zoom in

Annotations

38 warnings
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/Abstraction/AbstractPolylineDecoder.cs#L24
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#L320
Missing XML comment for publicly visible type or member 'PolylineEncoding.Validator'
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L220
XML comment has cref attribute 'GetCharCount' that could not be resolved
Compile source code: src/PolylineAlgorithm/PolylineEncoding.cs#L118
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)'.
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/Abstraction/AbstractPolylineDecoder.cs#L24
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/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/PolylineEncoding.cs#L320
Missing XML comment for publicly visible type or member 'PolylineEncoding.Validator'
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L220
XML comment has cref attribute 'GetCharCount' that could not be resolved
Package binaries: src/PolylineAlgorithm/PolylineEncoding.cs#L118
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)'.
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/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/PolylineEncoding.cs#L320
Missing XML comment for publicly visible type or member 'PolylineEncoding.Validator'
Run tests: src/PolylineAlgorithm/PolylineEncoding.cs#L220
XML comment has cref attribute 'GetCharCount' that could not be resolved
Run tests: src/PolylineAlgorithm/PolylineEncoding.cs#L118
XML comment has a param tag for 'rounding', but there is no parameter by that name
Run tests: src/PolylineAlgorithm/PolylineEncoding.cs#L52
XML comment has a param tag for 'rounding', but there is no parameter by that name
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)'.

Artifacts

Produced during runtime
Name Size Digest
assembly-metadata
32.7 KB
sha256:7f42aa627d5f7a6d64614fed47ab26420e4371845bc5d2538d766b35e487f44b
build
55.5 MB
sha256:d56f378a7b5c4d1628166e3eb59c5734f3a23113503292bf8174b7f729ca6611
package
227 KB
sha256:13e1ef7207f5f06d526e2cb0b699d841f7776d57dbaa3e9d68c0cf25f1e2229a
test-results
40 KB
sha256:6f7d56a259106b20cd9a245dcfae87ca1417f1c65f2cf35c47eff11029230dca