I have an xUnit test project within a net8.0 Maui solution. All projects in the solution are targeting the same Windows versions (Mac and Android excluded)
I have set up the following test to check the LoadSettings method of the SettingsViewModel
When the test is run it immediately fails with the following error
I have isolated each moq but they all fail, here is the alert service as an example