Merge pull request #7 from dynamicweb/frn/17299-vipps-via-quickpay-fix #16
main.yml
on: push
call-pushworkflow
/
build-and-publish
15s
Annotations
11 warnings
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#L28
'IDropDownOptions' is obsolete: 'Use IParameterOptions instead.'
|
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#L819
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#L819
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#L388
'IResponse.End()' is obsolete: 'Do not use'
|
call-pushworkflow / build-and-publish:
src/QuickPayPaymentWindow.cs#L453
'PagePermissionLevels' is obsolete: 'Do not use'
|
call-pushworkflow / build-and-publish:
src/QuickPayPaymentWindow.cs#L453
'User.GetCurrentUser(PagePermissionLevels)' is obsolete: 'Use UserContext.Current.User instead. Check User.GetAllowBackendWithInheritance(), if needed.'
|
call-pushworkflow / build-and-publish:
src/QuickPayPaymentWindow.cs#L851
'IResponse.Redirect(string)' is obsolete: 'Do not use'
|
call-pushworkflow / build-and-publish:
src/QuickPayPaymentWindow.cs#L933
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|