Skip to content

Update PolylineAlgorithm.Tests.csproj #67

Update PolylineAlgorithm.Tests.csproj

Update PolylineAlgorithm.Tests.csproj #67

Triggered via pull request March 16, 2026 17:36
Status Failure
Total duration 2m 40s
Artifacts

pull-request.yml

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

Annotations

10 errors and 15 warnings
Compile source code: tests/PolylineAlgorithm.Tests/AbstractPolylineEncoderTest.cs#L20
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
Compile source code: tests/PolylineAlgorithm.Tests/PolylineEncoderTest.cs#L15
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
Compile source code: tests/PolylineAlgorithm.Tests/AbstractPolylineEncoderTest.cs#L18
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
Compile source code: tests/PolylineAlgorithm.Tests/AbstractPolylineDecoderTest.cs#L24
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
Compile source code: tests/PolylineAlgorithm.Tests/AbstractPolylineDecoderTest.cs#L22
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
Compile source code: tests/PolylineAlgorithm.Tests/PolylineTest.cs#L19
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
Compile source code: tests/PolylineAlgorithm.Tests/AbstractPolylineDecoderTest.cs#L20
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
Compile source code: tests/PolylineAlgorithm.Tests/AbstractPolylineDecoderTest.cs#L18
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
Compile source code: tests/PolylineAlgorithm.Tests/Internal/CoordinateVarianceTest.cs#L20
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
Compile source code: tests/PolylineAlgorithm.Tests/Internal/CoordinateVarianceTest.cs#L12
The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
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/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/PolylineEncodingOptions.cs#L19
Symbol 'PolylineAlgorithm.PolylineEncodingOptions.PolylineEncodingOptions() -> void' 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/IPolylineEncoder.cs#L13
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)