Extend token SDK with async methods & fixes #164
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Determine Version
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/
|
Build:
Nexus.Sdk.Shared/Requests/CustomerRequest.cs#L101
'CreateCustomerRequest.ExternalCustomerCode' hides inherited member 'CustomerRequest.ExternalCustomerCode'. Use the new keyword if hiding was intended.
|
Build:
Nexus.Sdk.Shared/Requests/CustomerRequest.cs#L207
Non-nullable property 'CustomerCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Nexus.Sdk.Shared/Requests/CustomerRequest.cs#L89
Non-nullable property 'TrustLevel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Nexus.Sdk.Shared/Requests/CustomerRequest.cs#L89
Non-nullable property 'CurrencyCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Nexus.Sdk.Shared/Requests/CustomerRequest.cs#L11
Non-nullable property 'CustomerCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Nexus.Sdk.Shared/ErrorHandling/CustomErrorsException.cs#L14
Cannot convert null literal to non-nullable reference type.
|
Build:
Nexus.Sdk.Token/ITokenServerProvider.cs#L321
'ITokenServerProvider.GetPaymentMethod(string)' hides inherited member 'IServerProvider.GetPaymentMethod(string)'. Use the new keyword if hiding was intended.
|
Build:
Nexus.Sdk.Token/Responses/EnvelopeResponse.cs#L5
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Nexus.Sdk.Token/Responses/EnvelopeResponse.cs#L6
Non-nullable property 'hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Nexus.Sdk.Token/Responses/EnvelopeResponse.cs#L7
Non-nullable property 'envelope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading