Skip to content

Add EasyKeys.Shipping.Amazon.Rates project #12

Add EasyKeys.Shipping.Amazon.Rates project

Add EasyKeys.Shipping.Amazon.Rates project #12

Triggered via push December 14, 2024 22:51
Status Failure
Total duration 1m 2s
Artifacts

feature.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: src/EasyKeys.Shipping.Amazon.Abstractions/DependencyInjection/AmazonShippingServiceCollectionExtensions.cs#L17
Argument 2: cannot convert from 'Microsoft.Extensions.Configuration.IConfiguration' to 'System.IServiceProvider'
build: src/EasyKeys.Shipping.Amazon.Abstractions/DependencyInjection/AmazonShippingServiceCollectionExtensions.cs#L17
Argument 2: cannot convert from 'Microsoft.Extensions.Configuration.IConfiguration' to 'System.IServiceProvider'
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.Stamps.Console/Main.cs#L274
Dereference of a possibly null reference.
build: src/EasyKeys.Shipping.FedEx.Console/Main.cs#L167
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.
build: test/EasyKeys.Shipping.FuncTest/Stamps/StampsShipmentProviderTests.cs#L105
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.