Skip to content

Merge pull request #7 from dynamicweb/frn/17299-vipps-via-quickpay-fix #16

Merge pull request #7 from dynamicweb/frn/17299-vipps-via-quickpay-fix

Merge pull request #7 from dynamicweb/frn/17299-vipps-via-quickpay-fix #16

Triggered via push January 25, 2024 09:40
Status Success
Total duration 26s
Artifacts

main.yml

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

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)