Update main.yml #12
pr.yml
on: pull_request
call-workflow
/
Build
16s
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/DibsEasyCheckout.cs#L153
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
call-workflow / Build:
src/DibsEasyCheckout.cs#L913
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
call-workflow / Build:
src/DibsEasyCheckout.cs#L110
Member 'DibsEasyCheckout.StartCheckout(Order)' overrides obsolete member 'CheckoutHandler.StartCheckout(Order)'. Add the Obsolete attribute to 'DibsEasyCheckout.StartCheckout(Order)'.
|
call-workflow / Build:
src/DibsEasyCheckout.cs#L112
Member 'DibsEasyCheckout.StartCheckout(Order, bool, string, string)' overrides obsolete member 'CheckoutHandler.StartCheckout(Order, bool, string?, string?)'. Add the Obsolete attribute to 'DibsEasyCheckout.StartCheckout(Order, bool, string, string)'.
|
call-workflow / Build:
src/DibsEasyCheckout.cs#L368
Member 'DibsEasyCheckout.Redirect(Order)' overrides obsolete member 'CheckoutHandler.Redirect(Order)'. Add the Obsolete attribute to 'DibsEasyCheckout.Redirect(Order)'.
|
call-workflow / Build:
src/DibsEasyCheckout.cs#L110
'CheckoutHandler.StartCheckout(Order)' is obsolete: 'Incompatible with new response model. Use BeginCheckout instead.'
|
call-workflow / Build:
src/DibsEasyCheckout.cs#L417
'CheckoutHandler.RedirectToCart(Order)' is obsolete: 'Incompatible with new response model. Use PassToCart instead.'
|
call-workflow / Build:
src/DibsEasyCheckout.cs#L443
'CheckoutHandler.RedirectToCart(Order)' is obsolete: 'Incompatible with new response model. Use PassToCart instead.'
|
call-workflow / Build:
src/DibsEasyCheckout.cs#L555
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
call-workflow / Build:
src/DibsEasyCheckout.cs#L153
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|