Fedex/restapi/shippingprovider #24
Annotations
12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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 declaring the property as nullable.
|
build:
src/EasyKeys.Shipping.Stamps.Console/Main.cs#L274
Dereference of a possibly null reference.
|
build:
src/Minimal.Apis/Program.cs#L234
Dereference of a possibly null reference.
|
build:
src/Minimal.Apis/Program.cs#L313
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/FedEx/FedExShipmentProviderTests.cs#L86
Dereference of a possibly null reference.
|
build:
test/EasyKeys.Shipping.FuncTest/FedEx/FedExShipmentProviderTests.cs#L86
Possible null reference argument for parameter 'source' in 'byte[] Enumerable.First<byte[]>(IEnumerable<byte[]> source)'.
|
build:
test/EasyKeys.Shipping.FuncTest/TestHelpers/ServiceProviderInstance.cs#L23
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.
|
build:
test/EasyKeys.Shipping.FuncTest/Stamps/StampsShipmentProviderTests.cs#L50
Dereference of a possibly null reference.
|