Skip to content

Merge pull request #8 from dynamicweb/nha/17947-QuickPay-update-hints… #17

Merge pull request #8 from dynamicweb/nha/17947-QuickPay-update-hints…

Merge pull request #8 from dynamicweb/nha/17947-QuickPay-update-hints… #17

Triggered via push February 28, 2024 14:30
Status Failure
Total duration 36s
Artifacts

main.yml

on: push
call-pushworkflow  /  build-and-publish
25s
call-pushworkflow / build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
call-pushworkflow / build-and-publish
Process completed with exit code 1.
call-pushworkflow / build-and-publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
call-pushworkflow / build-and-publish: src/QuickPayPaymentWindow.cs#L286
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
call-pushworkflow / build-and-publish: src/QuickPayPaymentWindow.cs#L286
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
call-pushworkflow / build-and-publish: src/QuickPayPaymentWindow.cs#L818
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
call-pushworkflow / build-and-publish: src/QuickPayPaymentWindow.cs#L818
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
call-pushworkflow / build-and-publish: src/QuickPayPaymentWindow.cs#L285
Member 'QuickPayPaymentWindow.StartCheckout(Order)' overrides obsolete member 'CheckoutHandler.StartCheckout(Order)'. Add the Obsolete attribute to 'QuickPayPaymentWindow.StartCheckout(Order)'.
call-pushworkflow / build-and-publish: src/QuickPayPaymentWindow.cs#L286
Member 'QuickPayPaymentWindow.StartCheckout(Order, bool, string?, string?)' overrides obsolete member 'CheckoutHandler.StartCheckout(Order, bool, string?, string?)'. Add the Obsolete attribute to 'QuickPayPaymentWindow.StartCheckout(Order, bool, string?, string?)'.
call-pushworkflow / build-and-publish: src/QuickPayPaymentWindow.cs#L371
Member 'QuickPayPaymentWindow.Redirect(Order)' overrides obsolete member 'CheckoutHandler.Redirect(Order)'. Add the Obsolete attribute to 'QuickPayPaymentWindow.Redirect(Order)'.
call-pushworkflow / build-and-publish: src/QuickPayPaymentWindow.cs#L285
'CheckoutHandler.StartCheckout(Order, bool, string?, string?)' is obsolete: 'Incompatible with new response model. Use BeginCheckout instead.'
call-pushworkflow / build-and-publish: src/QuickPayPaymentWindow.cs#L298
'CheckoutHandler.RedirectToCart(Order)' is obsolete: 'Incompatible with new response model. Use PassToCart instead.'
call-pushworkflow / build-and-publish: src/QuickPayPaymentWindow.cs#L333
'CheckoutHandler.SubmitForm(string, IDictionary<string, string>)' is obsolete: 'Incompatible with new response model. Use GetSubmitFormResult instead.'