Skip to content

V2 implementation

V2 implementation #15

Triggered via pull request May 20, 2024 19:35
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: tests/DropoutCoder.PolylineAlgorithm.Tests/PolylineAlgorithmTest.cs#L69
Converting null literal or possible null value to non-nullable type.
build: tests/DropoutCoder.PolylineAlgorithm.Tests/PolylineAlgorithmTest.cs#L74
Possible null reference argument for parameter 'source' in 'IEnumerable<(double Latitude, double Longitude)> PolylineAlgorithm.Decode(string source)'.
build: tests/DropoutCoder.PolylineAlgorithm.Tests/PolylineAlgorithmTest.cs#L145
Converting null literal or possible null value to non-nullable type.
build: tests/DropoutCoder.PolylineAlgorithm.Tests/PolylineAlgorithmTest.cs#L150
Possible null reference argument for parameter 'coordinates' in 'string PolylineAlgorithm.Encode(IEnumerable<(double Latitude, double Longitude)> coordinates)'.
build: tests/DropoutCoder.PolylineAlgorithm.Tests/CoordinateValidatorTest.cs#L17
Non-nullable property 'Validator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: benchmarks/DropoutCoder.PolylineAlgorithm.Benchmarks/PolylineEncodingBenchmark.cs#L21
Non-nullable field 'Coordinates' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: benchmarks/DropoutCoder.PolylineAlgorithm.Benchmarks/PolylineEncodingBenchmark.cs#L23
Non-nullable property 'Encoder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: benchmarks/DropoutCoder.PolylineAlgorithm.Benchmarks/PolylineEncodingBenchmark.cs#L25
Non-nullable field 'Polyline' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: tests/DropoutCoder.PolylineAlgorithm.DependencyInjection.Tests/ServiceCollectionExtensionsTests.cs#L14
Non-nullable property 'Services' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: tests/DropoutCoder.PolylineAlgorithm.Tests/PolylineAlgorithmTest.cs#L69
Converting null literal or possible null value to non-nullable type.