Skip to content

Extend token SDK with async methods & fixes #164

Extend token SDK with async methods & fixes

Extend token SDK with async methods & fixes #164

Triggered via pull request October 7, 2024 06:54
Status Success
Total duration 41s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
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/
build
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.