Skip to content

Add Appx signing and CI for Windows navigation tests #8

Add Appx signing and CI for Windows navigation tests

Add Appx signing and CI for Windows navigation tests #8

Triggered via pull request April 7, 2025 14:42
Status Success
Total duration 10m 59s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

android_navigation_tests.yml

on: pull_request
software_navigation_tests
10m 54s
software_navigation_tests
hardware_navigation_tests
9m 12s
hardware_navigation_tests
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
hardware_navigation_tests: TransactionMobile.Maui.UiTests/Common/DockerHelper.cs#L280
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
hardware_navigation_tests: TransactionMobile.Maui.UiTests/Common/DockerHelper.cs#L773
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
hardware_navigation_tests: TransactionMobile.Maui.UiTests/Common/GenericSteps.cs#L49
'LogManager.AddHiddenAssembly(Assembly)' is obsolete: 'Replaced by LogManager.Setup().SetupLogFactory(setup => setup.AddCallSiteHiddenAssembly(assembly)). Marked obsolete on NLog 5.3'
hardware_navigation_tests: TransactionMobile.Maui.UiTests/Common/GenericSteps.cs#L36
'LogManager.AddHiddenAssembly(Assembly)' is obsolete: 'Replaced by LogManager.Setup().SetupLogFactory(setup => setup.AddCallSiteHiddenAssembly(assembly)). Marked obsolete on NLog 5.3'
hardware_navigation_tests: TransactionMobile.Maui.UiTests/Steps/SharedSteps.cs#L120
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.
hardware_navigation_tests: TransactionMobile.Maui.UiTests/Steps/TransactionsSteps.cs#L191
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.
hardware_navigation_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.
hardware_navigation_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.
hardware_navigation_tests: TransactionMobile.Maui.UiTests/Steps/TransactionsSteps.cs#L155
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.
hardware_navigation_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.
hardware_navigation_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.
hardware_navigation_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.
hardware_navigation_tests: TransactionMobile.Maui.BusinessLogic/ViewModels/HomePageViewModel.cs#L39
'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.
hardware_navigation_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.
hardware_navigation_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.
hardware_navigation_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.
hardware_navigation_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.
hardware_navigation_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.
hardware_navigation_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.
hardware_navigation_tests
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
hardware_navigation_tests
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
hardware_navigation_tests
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
software_navigation_tests: TransactionMobile.Maui.UiTests/Common/DockerHelper.cs#L280
Non-nullable property 'DockerHelper' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
software_navigation_tests: TransactionMobile.Maui.UiTests/Common/DockerHelper.cs#L280
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
software_navigation_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.
software_navigation_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.
software_navigation_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.
software_navigation_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.
software_navigation_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.
software_navigation_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.
software_navigation_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.
software_navigation_tests: TransactionMobile.Maui.UiTests/Common/DockerHelper.cs#L773
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
software_navigation_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.
software_navigation_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.
software_navigation_tests: TransactionMobile.Maui.BusinessLogic/ViewModels/HomePageViewModel.cs#L39
'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.
software_navigation_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.
software_navigation_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.
software_navigation_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.
software_navigation_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.
software_navigation_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.
software_navigation_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.
software_navigation_tests
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
software_navigation_tests
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.
software_navigation_tests
Starting with .NET 8, setting <UseMaui>true</UseMaui> does not automatically include NuGet package references in your project. Update your project by including this item: <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />. You can skip this warning by setting <SkipValidateMauiImplicitPackageReferences>true</SkipValidateMauiImplicitPackageReferences> in your project file.