Merge pull request #56 from QuantozTechnology/add-status-to-payout #188
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/ErrorHandling/CustomErrorsException.cs#L14
Cannot convert null literal to non-nullable reference type.
|
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.Token/ITokenServerProvider.cs#L319
'ITokenServerProvider.GetPaymentMethod(string)' hides inherited member 'IServerProvider.GetPaymentMethod(string)'. Use the new keyword if hiding was intended.
|
build:
Nexus.Sdk.Token/Requests/OperationsRequest.cs#L125
Non-nullable property 'Status' 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#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.
|