Merge pull request #112 from ShipEngine/jpill/bump-to-2.3.2 #233
Annotations
12 warnings and 1 notice
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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, alirezanet/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ShipEngineSDK/ClientUtils.cs#L125
Possible null reference return.
|
ShipEngineSDK/RequestOptions.cs#L23
Non-nullable property 'Operation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ShipEngineSDK/RequestOptions.cs#L23
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ShipEngineSDK/ShipEngine.cs#L222
Non-nullable field '_config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
ShipEngineSDK/DateJsonConverter.cs#L8
Missing XML comment for publicly visible type or member 'DateJsonConverter'
|
ShipEngineSDK/DateJsonConverter.cs#L12
Missing XML comment for publicly visible type or member 'DateJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)'
|
ShipEngineSDK/DateJsonConverter.cs#L15
Missing XML comment for publicly visible type or member 'DateJsonConverter.Write(Utf8JsonWriter, DateTime, JsonSerializerOptions)'
|
ShipEngineSDK/Models/Dto/Common/Enums/InsuranceProvider.cs#L44
Symbol 'ParcelGuard' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
ShipEngineSDK/Models/Dto/Common/Enums/InsuranceProvider.cs#L38
Symbol 'FundingSource' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
ShipEngineSDK/ShipEngineClient.cs#L70
Symbol 'requestModifiers' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
|
This job succeeded
Loading