Skip to content

Adding vipps via quickpay #7

Adding vipps via quickpay

Adding vipps via quickpay #7

Triggered via pull request January 25, 2024 09:23
Status Success
Total duration 34s
Artifacts

pr.yml

on: pull_request
call-workflow  /  Build
21s
call-workflow / Build
Fit to window
Zoom out
Zoom in

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#L28
'IDropDownOptions' is obsolete: 'Use IParameterOptions instead.'
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#L388
'IResponse.End()' is obsolete: 'Do not use'
call-workflow / Build: src/QuickPayPaymentWindow.cs#L453
'PagePermissionLevels' is obsolete: 'Do not use'
call-workflow / Build: src/QuickPayPaymentWindow.cs#L453
'User.GetCurrentUser(PagePermissionLevels)' is obsolete: 'Use UserContext.Current.User instead. Check User.GetAllowBackendWithInheritance(), if needed.'
call-workflow / Build: src/QuickPayPaymentWindow.cs#L851
'IResponse.Redirect(string)' is obsolete: 'Do not use'
call-workflow / Build: 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)