Skip to content

Merge pull request #6 from dynamicweb/name-and-description-changes #15

Merge pull request #6 from dynamicweb/name-and-description-changes

Merge pull request #6 from dynamicweb/name-and-description-changes #15

Triggered via push October 20, 2023 11:13
Status Success
Total duration 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

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

Annotations

10 warnings
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)