Fixes for integration tests #448
Annotations
12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/Mollie.Api/Models/Wallet/Response/ApplePayPaymentSessionResponse.cs#L11
Non-nullable property 'MerchantSessionIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Mollie.Api/Models/Wallet/Response/ApplePayPaymentSessionResponse.cs#L12
Non-nullable property 'Nonce' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Mollie.Api/Models/Wallet/Response/ApplePayPaymentSessionResponse.cs#L13
Non-nullable property 'MerchantIdentifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Mollie.Api/Models/Wallet/Response/ApplePayPaymentSessionResponse.cs#L14
Non-nullable property 'DomainName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Mollie.Api/Models/Wallet/Response/ApplePayPaymentSessionResponse.cs#L15
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Mollie.Api/Models/Wallet/Response/ApplePayPaymentSessionResponse.cs#L16
Non-nullable property 'Signature' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Mollie.Api/Models/Wallet/Request/ApplePayPaymentSessionRequest.cs#L8
Non-nullable property 'ValidationUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Mollie.Api/Models/Wallet/Request/ApplePayPaymentSessionRequest.cs#L13
Non-nullable property 'Domain' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Mollie.Api/Models/Url/UrlLink.cs#L3
Non-nullable property 'Href' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/Mollie.Api/Models/Url/UrlLink.cs#L4
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|