Parameters - labels and values are mixed up #10
pr.yml
on: pull_request
call-workflow
/
Build
20s
Annotations
11 warnings
call-workflow / Build
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-workflow / Build:
src/QuickPayPaymentWindow.cs#L286
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
call-workflow / Build:
src/QuickPayPaymentWindow.cs#L286
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
call-workflow / Build:
src/QuickPayPaymentWindow.cs#L819
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
call-workflow / Build:
src/QuickPayPaymentWindow.cs#L819
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
call-workflow / Build:
src/QuickPayPaymentWindow.cs#L285
Member 'QuickPayPaymentWindow.StartCheckout(Order)' overrides obsolete member 'CheckoutHandler.StartCheckout(Order)'. Add the Obsolete attribute to 'QuickPayPaymentWindow.StartCheckout(Order)'.
|
call-workflow / Build:
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-workflow / Build:
src/QuickPayPaymentWindow.cs#L371
Member 'QuickPayPaymentWindow.Redirect(Order)' overrides obsolete member 'CheckoutHandler.Redirect(Order)'. Add the Obsolete attribute to 'QuickPayPaymentWindow.Redirect(Order)'.
|
call-workflow / Build:
src/QuickPayPaymentWindow.cs#L285
'CheckoutHandler.StartCheckout(Order, bool, string?, string?)' is obsolete: 'Incompatible with new response model. Use BeginCheckout instead.'
|
call-workflow / Build:
src/QuickPayPaymentWindow.cs#L298
'CheckoutHandler.RedirectToCart(Order)' is obsolete: 'Incompatible with new response model. Use PassToCart instead.'
|
call-workflow / Build:
src/QuickPayPaymentWindow.cs#L333
'CheckoutHandler.SubmitForm(string, IDictionary<string, string>)' is obsolete: 'Incompatible with new response model. Use GetSubmitFormResult instead.'
|