Promote preview/1.0 to release/1.0 #228
pull-request.yml
on: pull_request
Set workflow variables
3s
Publish development package
0s
Annotations
1 error and 15 warnings
|
Compile source code
Process completed with exit code 2.
|
|
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. Node.js 20 will be removed from the runner on September 16th, 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. Node.js 20 will be removed from the runner on September 16th, 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/Extensions/PolylineDecoderExtensions.cs#L66
In externally visible method 'IEnumerable<TValue> PolylineDecoderExtensions.Decode<TValue>(IPolylineDecoder<string, TValue> decoder, ReadOnlyMemory<char> polyline)', validate parameter 'decoder' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'.
|
|
Compile source code:
samples/PolylineAlgorithm.SensorData.Sample/Program.cs#L8
Move 'Program' into a named namespace.
|
|
Compile source code:
samples/PolylineAlgorithm.SensorData.Sample/Program.cs#L8
Declare type 'Program' in a namespace
|
|
Compile source code:
samples/PolylineAlgorithm.SensorData.Sample/Program.cs#L8
Because an application's API isn't typically referenced from outside the assembly, types can be made internal
|
|
Compile source code:
samples/PolylineAlgorithm.NetTopologySuite.Sample/Program.cs#L9
Move 'Program' into a named namespace.
|
|
Compile source code:
samples/PolylineAlgorithm.NetTopologySuite.Sample/Program.cs#L9
Add a 'protected' constructor or the 'static' keyword to the class declaration.
|
|
|
|
Compile source code:
samples/PolylineAlgorithm.NetTopologySuite.Sample/Program.cs#L9
Declare type 'Program' in a namespace
|
|
Compile source code:
samples/PolylineAlgorithm.NetTopologySuite.Sample/Program.cs#L9
Type 'Program' is a static holder type but is neither static nor NotInheritable
|
|
Compile source code:
samples/PolylineAlgorithm.NetTopologySuite.Sample/Program.cs#L9
Because an application's API isn't typically referenced from outside the assembly, types can be made internal
|