Skip to content

Updated versioning and enhanced JSON serialization #20

Updated versioning and enhanced JSON serialization

Updated versioning and enhanced JSON serialization #20

Triggered via pull request May 9, 2024 00:50
Status Success
Total duration 1m 12s
Artifacts

master-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.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.