Skip to content

first set of updates #167

first set of updates

first set of updates #167

Triggered via pull request June 16, 2025 10:31
Status Failure
Total duration 23m 53s
Artifacts 1

windows_e2e_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 31 warnings
end_to_end_tests
Process completed with exit code 1.
end_to_end_tests
No files were found with the provided path: appium.log. No artifacts will be uploaded.
end_to_end_tests: TransactionMobile.Maui.UiTests/Common/DockerHelper.cs#L65
Non-nullable field 'TransactionProcessorClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
end_to_end_tests: TransactionMobile.Maui.UiTests/Common/DockerHelper.cs#L65
Non-nullable field 'SecurityServiceClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
end_to_end_tests: TransactionMobile.Maui.UiTests/Common/DockerHelper.cs#L65
Non-nullable field 'HttpClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
end_to_end_tests: TransactionMobile.Maui.UiTests/Hooks/AppiumHooks.cs#L41
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
end_to_end_tests: TransactionMobile.Maui.UiTests/Pages/BasePage.cs#L93
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
end_to_end_tests: TransactionMobile.Maui.UiTests/Pages/BasePage.cs#L97
Possible null reference return.
end_to_end_tests: TransactionMobile.Maui.UiTests/Pages/BasePage.cs#L92
Converting null literal or possible null value to non-nullable type.
end_to_end_tests: TransactionMobile.Maui.UiTests/Pages/MainPage.cs#L63
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
end_to_end_tests: TransactionMobile.Maui.UiTests/Pages/BasePage.cs#L34
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
end_to_end_tests: TransactionMobile.Maui.UiTests/Pages/BasePage.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
end_to_end_tests: TransactionMobile.Maui/AppShell.xaml.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
end_to_end_tests: TransactionMobile.Maui/App.xaml.cs#L113
'Application.MainPage.set' is obsolete: 'This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window. Additionally, each element features a Window property, accessible when it's part of the current window.'
end_to_end_tests: TransactionMobile.Maui/UIServices/ShellNavigationService.cs#L41
'Application.MainPage.set' is obsolete: 'This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window. Additionally, each element features a Window property, accessible when it's part of the current window.'
end_to_end_tests: TransactionMobile.Maui/UIServices/ShellNavigationService.cs#L26
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
end_to_end_tests: TransactionMobile.Maui/UIServices/DialogService.cs#L65
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
end_to_end_tests: TransactionMobile.Maui/UIServices/DialogService.cs#L64
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
end_to_end_tests: TransactionMobile.Maui/UIServices/DialogService.cs#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
end_to_end_tests: TransactionMobile.Maui/UIServices/DialogService.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
end_to_end_tests: TransactionMobile.Maui/UIServices/DialogService.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
end_to_end_tests: TransactionMobile.Maui/UIServices/DialogService.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
end_to_end_tests: TransactionMobile.Maui.BusinessLogic/ViewModels/Transactions/BillPaymentGetAccountPageViewModel.cs#L56
'BillPaymentGetAccountPageViewModel.Initialise(CancellationToken)' hides inherited member 'ExtendedBaseViewModel.Initialise(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
end_to_end_tests: TransactionMobile.Maui.BusinessLogic/ViewModels/Transactions/BillPaymentGetAccountPageViewModel.cs#L21
'BillPaymentGetAccountPageViewModel.NavigationParameterService' hides inherited member 'ExtendedBaseViewModel.NavigationParameterService'. Use the new keyword if hiding was intended.
end_to_end_tests: TransactionMobile.Maui.BusinessLogic/ViewModels/MyAccount/MyAccountContactPageViewModel.cs#L37
'MyAccountContactPageViewModel.Initialise(CancellationToken)' hides inherited member 'ExtendedBaseViewModel.Initialise(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
end_to_end_tests: TransactionMobile.Maui.BusinessLogic/ViewModels/MyAccount/MyAccountAddressPageViewModel.cs#L44
'MyAccountAddressPageViewModel.Initialise(CancellationToken)' hides inherited member 'ExtendedBaseViewModel.Initialise(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
end_to_end_tests: TransactionMobile.Maui.BusinessLogic/UIServices/IDialogService.cs#L40
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
end_to_end_tests: TransactionMobile.Maui.BusinessLogic/UIServices/IDialogService.cs#L39
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
end_to_end_tests: TransactionMobile.Maui.BusinessLogic/UIServices/IDialogService.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
end_to_end_tests: TransactionMobile.Maui.BusinessLogic/UIServices/IDialogService.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
end_to_end_tests: TransactionMobile.Maui.BusinessLogic/UIServices/IDialogService.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
end_to_end_tests: TransactionMobile.Maui.BusinessLogic/UIServices/IDialogService.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Artifacts

Produced during runtime
Name Size Digest
windows-e2e_tests Expired
3.54 KB
sha256:d87554928cafa6068c00dcf91088c1938facd57c1d283bc870970b088383ffe6