Skip to content

changed version to wilcard patch versions #39

changed version to wilcard patch versions

changed version to wilcard patch versions #39

Triggered via push April 15, 2025 20:46
Status Failure
Total duration 1m 41s
Artifacts 2

build.yml

on: push
Global variables
2s
Global variables
Versioning with GitVersion  /  Version
12s
Versioning with GitVersion / Version
Build with .NET
21s
Build with .NET
Pack with .NET
22s
Pack with .NET
Test with .NET
28s
Test with .NET
Publish  /  Development
22s
Publish / Development
Publish  /  release-package
Publish / release-package
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 30 warnings
Test with .NET
Process completed with exit code 1.
Test with .NET: tests/PolylineAlgorithm.Tests/CoordinateTest.cs#L112
Cannot infer the type of implicitly-typed deconstruction variable 'Longitude'.
Test with .NET: tests/PolylineAlgorithm.Tests/CoordinateTest.cs#L112
Cannot infer the type of implicitly-typed deconstruction variable 'Latitude'.
Test with .NET: tests/PolylineAlgorithm.Tests/CoordinateTest.cs#L112
No suitable 'Deconstruct' instance or extension method was found for type 'Coordinate', with 2 out parameters and a void return type.
Test with .NET: tests/PolylineAlgorithm.Tests/CoordinateTest.cs#L112
'Coordinate' does not contain a definition for 'Deconstruct' and no accessible extension method 'Deconstruct' accepting a first argument of type 'Coordinate' could be found (are you missing a using directive or an assembly reference?)
Publish / Development
Process completed with exit code 1.
Build with .NET: src/PolylineAlgorithm/Polyline.cs#L113
Missing XML comment for publicly visible type or member 'Polyline.Equals(Polyline)'
Build with .NET: src/PolylineAlgorithm/Polyline.cs#L86
Missing XML comment for publicly visible type or member 'Polyline.ToString()'
Build with .NET: src/PolylineAlgorithm/Polyline.cs#L66
Missing XML comment for publicly visible type or member 'Polyline.GetEnumerator()'
Build with .NET: src/PolylineAlgorithm/Extensions/PolylineEncoderExtensions.cs#L16
Missing XML comment for publicly visible type or member 'PolylineEncoderExtensions.Encode(IPolylineEncoder, Coordinate[])'
Build with .NET: src/PolylineAlgorithm/Extensions/PolylineEncoderExtensions.cs#L8
Missing XML comment for publicly visible type or member 'PolylineEncoderExtensions.Encode<Coordinate>(IPolylineEncoder, ICollection<Coordinate>)'
Build with .NET: src/PolylineAlgorithm/Extensions/PolylineEncoderExtensions.cs#L7
Missing XML comment for publicly visible type or member 'PolylineEncoderExtensions'
Build with .NET: src/PolylineAlgorithm/Extensions/PolylineDecoderExtensions.cs#L16
Missing XML comment for publicly visible type or member 'PolylineDecoderExtensions.Decode(IPolylineDecoder, char[])'
Build with .NET: src/PolylineAlgorithm/Extensions/PolylineDecoderExtensions.cs#L8
Missing XML comment for publicly visible type or member 'PolylineDecoderExtensions.Decode(IPolylineDecoder, string)'
Build with .NET: src/PolylineAlgorithm/Extensions/PolylineDecoderExtensions.cs#L7
Missing XML comment for publicly visible type or member 'PolylineDecoderExtensions'
Build with .NET: src/PolylineAlgorithm/Coordinate.cs#L21
Missing XML comment for publicly visible type or member 'Coordinate.Default'
Pack with .NET: src/PolylineAlgorithm/Polyline.cs#L113
Missing XML comment for publicly visible type or member 'Polyline.Equals(Polyline)'
Pack with .NET: src/PolylineAlgorithm/Polyline.cs#L86
Missing XML comment for publicly visible type or member 'Polyline.ToString()'
Pack with .NET: src/PolylineAlgorithm/Polyline.cs#L66
Missing XML comment for publicly visible type or member 'Polyline.GetEnumerator()'
Pack with .NET: src/PolylineAlgorithm/Extensions/PolylineEncoderExtensions.cs#L16
Missing XML comment for publicly visible type or member 'PolylineEncoderExtensions.Encode(IPolylineEncoder, Coordinate[])'
Pack with .NET: src/PolylineAlgorithm/Extensions/PolylineEncoderExtensions.cs#L8
Missing XML comment for publicly visible type or member 'PolylineEncoderExtensions.Encode<Coordinate>(IPolylineEncoder, ICollection<Coordinate>)'
Pack with .NET: src/PolylineAlgorithm/Extensions/PolylineEncoderExtensions.cs#L7
Missing XML comment for publicly visible type or member 'PolylineEncoderExtensions'
Pack with .NET: src/PolylineAlgorithm/Extensions/PolylineDecoderExtensions.cs#L16
Missing XML comment for publicly visible type or member 'PolylineDecoderExtensions.Decode(IPolylineDecoder, char[])'
Pack with .NET: src/PolylineAlgorithm/Extensions/PolylineDecoderExtensions.cs#L8
Missing XML comment for publicly visible type or member 'PolylineDecoderExtensions.Decode(IPolylineDecoder, string)'
Pack with .NET: src/PolylineAlgorithm/Extensions/PolylineDecoderExtensions.cs#L7
Missing XML comment for publicly visible type or member 'PolylineDecoderExtensions'
Pack with .NET: src/PolylineAlgorithm/Coordinate.cs#L21
Missing XML comment for publicly visible type or member 'Coordinate.Default'
Test with .NET: src/PolylineAlgorithm/Polyline.cs#L113
Missing XML comment for publicly visible type or member 'Polyline.Equals(Polyline)'
Test with .NET: src/PolylineAlgorithm/Polyline.cs#L86
Missing XML comment for publicly visible type or member 'Polyline.ToString()'
Test with .NET: src/PolylineAlgorithm/Polyline.cs#L66
Missing XML comment for publicly visible type or member 'Polyline.GetEnumerator()'
Test with .NET: src/PolylineAlgorithm/Extensions/PolylineEncoderExtensions.cs#L16
Missing XML comment for publicly visible type or member 'PolylineEncoderExtensions.Encode(IPolylineEncoder, Coordinate[])'
Test with .NET: src/PolylineAlgorithm/Extensions/PolylineEncoderExtensions.cs#L8
Missing XML comment for publicly visible type or member 'PolylineEncoderExtensions.Encode<Coordinate>(IPolylineEncoder, ICollection<Coordinate>)'
Test with .NET: src/PolylineAlgorithm/Extensions/PolylineEncoderExtensions.cs#L7
Missing XML comment for publicly visible type or member 'PolylineEncoderExtensions'
Test with .NET: src/PolylineAlgorithm/Extensions/PolylineDecoderExtensions.cs#L16
Missing XML comment for publicly visible type or member 'PolylineDecoderExtensions.Decode(IPolylineDecoder, char[])'
Test with .NET: src/PolylineAlgorithm/Extensions/PolylineDecoderExtensions.cs#L8
Missing XML comment for publicly visible type or member 'PolylineDecoderExtensions.Decode(IPolylineDecoder, string)'
Test with .NET: src/PolylineAlgorithm/Extensions/PolylineDecoderExtensions.cs#L7
Missing XML comment for publicly visible type or member 'PolylineDecoderExtensions'
Test with .NET: src/PolylineAlgorithm/Coordinate.cs#L21
Missing XML comment for publicly visible type or member 'Coordinate.Default'

Artifacts

Produced during runtime
Name Size Digest
build Expired
57 KB
sha256:c701260cb7b2ad8b4508a7a775315429c8f0814ee1fb8c8250bdf6cc6a1854af
package Expired
26.8 KB
sha256:5b78b45355c6a338b7f426331f585df87d548acd5e4c6493f869d183b6ad3a70