Skip to content

Update Status of a Token Operation in Nexus #182

Update Status of a Token Operation in Nexus

Update Status of a Token Operation in Nexus #182

Triggered via pull request November 5, 2024 12:24
Status Success
Total duration 54s
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#L319
'ITokenServerProvider.GetPaymentMethod(string)' hides inherited member 'IServerProvider.GetPaymentMethod(string)'. Use the new keyword if hiding was intended.
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.