Skip to content

Upgrade to .NET 9.0 across project files and workflows #151

Upgrade to .NET 9.0 across project files and workflows

Upgrade to .NET 9.0 across project files and workflows #151

Triggered via pull request June 13, 2025 10:22
Status Success
Total duration 12m 4s
Artifacts

android_e2e_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
end_to_end_tests: TransactionMobile.Maui.UiTests/Steps/TransactionsSteps.cs#L138
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'TransactionMobile.Maui.UITests.Steps.OperatorType.NotSet' is not covered.
end_to_end_tests: TransactionMobile.Maui.UiTests/Common/Setup.cs#L22
Non-nullable field 'DatabaseServerNetwork' 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/Setup.cs#L21
Non-nullable field 'DatabaseServerContainer' 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 'TestHostHttpClient' 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 'ConfigHostContainerName' 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 property 'LocalIPAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
end_to_end_tests: TransactionMobile.Maui.UiTests/Common/DockerHelper.cs#L65
Non-nullable field 'ProjectionManagementClient' 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 '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.BusinessLogic/ViewModels/MyAccount/MyAccountDetailsPageViewModel.cs#L77
'MyAccountDetailsPageViewModel.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/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/ViewModels/HomePageViewModel.cs#L42
'HomePageViewModel.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.