feat: IAsyncEnumerable decode/encode + zero-allocation IDuplexPipe support #93
pull-request.yml
on: pull_request
Set workflow variables
2s
Publish development package
25s
Annotations
1 error and 18 warnings
|
Run tests
Process completed with exit code 1.
|
|
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/upload-artifact@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:
tests/PolylineAlgorithm.Tests/PolylineDecoderExtensionsTest.cs#L97
Remove the 'DynamicDataSourceType' argument to use the default auto detect behavior (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0052)
|
|
Compile source code:
tests/PolylineAlgorithm.Tests/PolylineDecoderExtensionsTest.cs#L81
Remove the 'DynamicDataSourceType' argument to use the default auto detect behavior (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0052)
|
|
Compile source code:
tests/PolylineAlgorithm.Tests/PolylineDecoderExtensionsTest.cs#L65
Remove the 'DynamicDataSourceType' argument to use the default auto detect behavior (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0052)
|
|
Compile source code:
tests/PolylineAlgorithm.Tests/PolylineEncoderExtensionsTest.cs#L62
Remove the 'DynamicDataSourceType' argument to use the default auto detect behavior (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0052)
|
|
Compile source code:
tests/PolylineAlgorithm.Tests/PolylineEncoderExtensionsTest.cs#L46
Remove the 'DynamicDataSourceType' argument to use the default auto detect behavior (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0052)
|
|
Compile source code:
tests/PolylineAlgorithm.Tests/Internal/CoordinateVarianceTest.cs#L66
Remove the 'DynamicDataSourceType' argument to use the default auto detect behavior (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0052)
|
|
Compile source code:
tests/PolylineAlgorithm.Tests/Internal/CoordinateVarianceTest.cs#L51
Remove the 'DynamicDataSourceType' argument to use the default auto detect behavior (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0052)
|
|
Compile source code:
tests/PolylineAlgorithm.Tests/AbstractPolylineDecoderTest.cs#L108
Remove the 'DynamicDataSourceType' argument to use the default auto detect behavior (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0052)
|
|
Compile source code:
samples/PolylineAlgorithm.NetTopologySuite.Sample/NetTopologyPolylineEncoder.cs#L59
In externally visible method 'double NetTopologyPolylineEncoder.GetLongitude(Point current)', validate parameter 'current' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
Compile source code:
samples/PolylineAlgorithm.NetTopologySuite.Sample/NetTopologyPolylineEncoder.cs#L44
In externally visible method 'double NetTopologyPolylineEncoder.GetLatitude(Point current)', validate parameter 'current' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
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/
|
|
Package binaries
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v5, actions/upload-artifact@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/
|
|
Publish development package
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v5. 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/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
build
|
51.6 MB |
sha256:3e89927aa3390e1432c180056f15ad892e1df0a69a01997b0a64350ccb4ec1de
|
|
|
package
|
48.2 KB |
sha256:743545e6d145a2d01315ec0078b65ba82f8ccda44f0dfc7cf0aaf693f6d0c86e
|
|