Fixing nullability warnings part #1 #443
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/Customer/CustomerRequest.cs#L34
Cannot convert null literal to non-nullable reference type.
|
build:
src/Mollie.Api/Models/Customer/CustomerResponse.cs#L66
Cannot convert null literal to non-nullable reference type.
|
build:
src/Mollie.Api/Models/Refund/RefundRequest.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build:
src/Mollie.Api/Models/Refund/RefundResponse.cs#L73
Cannot convert null literal to non-nullable reference type.
|
build:
src/Mollie.Api/Models/Order/Request/OrderLineUpdateRequest.cs#L73
Cannot convert null literal to non-nullable reference type.
|
build:
src/Mollie.Api/Models/Shipment/Response/ShipmentResponse.cs#L55
Cannot convert null literal to non-nullable reference type.
|
build:
src/Mollie.Api/Models/Order/Request/OrderRequest.cs#L144
Cannot convert null literal to non-nullable reference type.
|
build:
src/Mollie.Api/Models/Payment/Request/PaymentRequest.cs#L166
Cannot convert null literal to non-nullable reference type.
|
build:
src/Mollie.Api/Models/Payment/Request/PaymentUpdateRequest.cs#L42
Cannot convert null literal to non-nullable reference type.
|
build:
src/Mollie.Api/Models/Subscription/SubscriptionResponse.cs#L113
Cannot convert null literal to non-nullable reference type.
|