Updated versioning and enhanced JSON serialization #20
Annotations
12 warnings
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/.
|
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.Console/Main.cs#L167
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.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.
|
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.
|
Build:
test/EasyKeys.Shipping.FuncTest/FedEx/FedExShipmentProviderTests.cs#L145
Dereference of a possibly null reference.
|
Build:
test/EasyKeys.Shipping.FuncTest/FedEx/FedExAddressValidationProviderTests.cs#L257
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.
|
Loading