Skip to content

Refactor Amazon shipping functionality and structure #17

Refactor Amazon shipping functionality and structure

Refactor Amazon shipping functionality and structure #17

Triggered via push December 16, 2024 18:25
Status Failure
Total duration 1m 3s
Artifacts

feature.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: src/Minimal.Apis/Program.cs#L4
The type or namespace name 'DependencyInjection' does not exist in the namespace 'EasyKeys.Shipping.Amazon.Abstractions' (are you missing an assembly reference?)
build: src/Minimal.Apis/Program.cs#L4
The type or namespace name 'DependencyInjection' does not exist in the namespace 'EasyKeys.Shipping.Amazon.Abstractions' (are you missing an assembly reference?)
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/EasyKeys.Shipping.FedEx.Abstractions/OpenApis/V1/Ship/ShipApi.cs#L5730
Non-nullable property 'EncodedLabel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/EasyKeys.Shipping.FedEx.Console/Main.cs#L167
Dereference of a possibly null reference.
build: src/EasyKeys.Shipping.Stamps.Console/Main.cs#L274
Dereference of a possibly null reference.
build: test/EasyKeys.Shipping.FuncTest/FedEx/FedExUploadDocumentProviderTests.cs#L35
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: test/EasyKeys.Shipping.FuncTest/Stamps/StampsShipmentProviderTests.cs#L50
Dereference of a possibly null reference.
build: test/EasyKeys.Shipping.FuncTest/Stamps/StampsShipmentProviderTests.cs#L93
Dereference of a possibly null reference.