Merge branch 'main' of github.com:ShipEngine/shipengine-dotnet into E… #234
ci-cd.yaml
on: push
Matrix: dot_net_core_test
.Net Framework 4.6.2
3m 56s
Code Coverage
10s
nuget-deploy
0s
Annotations
1 error and 50 warnings
.Net 8.0 on ubuntu-latest
The job was canceled because "windows-latest" failed.
|
.Net Framework 4.6.2
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
.Net Framework 4.6.2
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, microsoft/setup-msbuild@v1.0.2, NuGet/setup-nuget@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
.Net Framework 4.6.2
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/ClientUtils.cs#L125
Possible null reference return.
|
.Net 8.0 on ubuntu-latest:
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.
|
.Net 8.0 on ubuntu-latest:
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.
|
.Net 8.0 on ubuntu-latest:
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.
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/DateJsonConverter.cs#L8
Missing XML comment for publicly visible type or member 'DateJsonConverter'
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/DateJsonConverter.cs#L12
Missing XML comment for publicly visible type or member 'DateJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)'
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/DateJsonConverter.cs#L15
Missing XML comment for publicly visible type or member 'DateJsonConverter.Write(Utf8JsonWriter, DateTime, JsonSerializerOptions)'
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/Models/Dto/Common/ShipEngineAPIError.cs#L55
Symbol 'Message.get' uses some oblivious reference types (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/Models/Dto/Common/ShipEngineAPIError.cs#L55
Symbol 'Message.set' uses some oblivious reference types (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/Models/Dto/Common/ShipEngineAPIError.cs#L19
Symbol 'RequestId.get' uses some oblivious reference types (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/ClientUtils.cs#L125
Possible null reference return.
|
.Net 8.0 on ubuntu-latest:
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.
|
.Net 8.0 on ubuntu-latest:
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.
|
.Net 8.0 on ubuntu-latest:
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.
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/DateJsonConverter.cs#L8
Missing XML comment for publicly visible type or member 'DateJsonConverter'
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/DateJsonConverter.cs#L12
Missing XML comment for publicly visible type or member 'DateJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)'
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/DateJsonConverter.cs#L15
Missing XML comment for publicly visible type or member 'DateJsonConverter.Write(Utf8JsonWriter, DateTime, JsonSerializerOptions)'
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/Models/Dto/Common/ShipEngineAPIError.cs#L55
Symbol 'Message.get' uses some oblivious reference types (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/Models/Dto/Common/ShipEngineAPIError.cs#L55
Symbol 'Message.set' uses some oblivious reference types (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
.Net 8.0 on ubuntu-latest:
ShipEngineSDK/Models/Dto/Common/ShipEngineAPIError.cs#L19
Symbol 'RequestId.get' uses some oblivious reference types (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
.Net 8.0 on ubuntu-latest
Unexpected input(s) 'flag-name', valid inputs are ['github-token', 'path-to-lcov', 'parallel', 'parallel-finished', 'coveralls-endpoint', 'base-path']
|
.Net 8.0 on ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
.Net 8.0 on windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, coverallsapp/github-action@v1.1.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
.Net 8.0 on windows-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, coverallsapp/github-action@v1.1.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
.Net 8.0 on windows-latest:
ShipEngineSDK/ClientUtils.cs#L125
Possible null reference return.
|
.Net 8.0 on windows-latest:
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.
|
.Net 8.0 on windows-latest:
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.
|
.Net 8.0 on windows-latest:
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.
|
.Net 8.0 on windows-latest:
ShipEngineSDK/DateJsonConverter.cs#L8
Missing XML comment for publicly visible type or member 'DateJsonConverter'
|
.Net 8.0 on windows-latest:
ShipEngineSDK/DateJsonConverter.cs#L12
Missing XML comment for publicly visible type or member 'DateJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)'
|
.Net 8.0 on windows-latest:
ShipEngineSDK/DateJsonConverter.cs#L15
Missing XML comment for publicly visible type or member 'DateJsonConverter.Write(Utf8JsonWriter, DateTime, JsonSerializerOptions)'
|
.Net 8.0 on windows-latest:
ShipEngineSDK/Enums/ErrorType.cs#L56
Symbol 'FundingSources' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
.Net 8.0 on windows-latest:
ShipEngineSDK/Enums/ErrorType.cs#L50
Symbol 'Wallet' is not part of the declared public API (https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md)
|
.Net 8.0 on windows-latest:
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)
|
.Net 8.0 on windows-latest:
ShipEngineSDK/ClientUtils.cs#L125
Possible null reference return.
|
.Net 8.0 on windows-latest:
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.
|
.Net 8.0 on windows-latest:
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.
|
.Net 8.0 on windows-latest:
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.
|
.Net 8.0 on windows-latest:
ShipEngineSDK/DateJsonConverter.cs#L8
Missing XML comment for publicly visible type or member 'DateJsonConverter'
|
.Net 8.0 on windows-latest:
ShipEngineSDK/DateJsonConverter.cs#L12
Missing XML comment for publicly visible type or member 'DateJsonConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)'
|
.Net 8.0 on windows-latest:
ShipEngineSDK/DateJsonConverter.cs#L15
Missing XML comment for publicly visible type or member 'DateJsonConverter.Write(Utf8JsonWriter, DateTime, JsonSerializerOptions)'
|
.Net 8.0 on windows-latest:
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)
|
.Net 8.0 on windows-latest:
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)
|
.Net 8.0 on windows-latest:
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)
|
.Net 8.0 on windows-latest
Unexpected input(s) 'flag-name', valid inputs are ['github-token', 'path-to-lcov', 'parallel', 'parallel-finished', 'coveralls-endpoint', 'base-path']
|
.Net 8.0 on windows-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Code Coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|