eshop-mobile-client
eshop-mobile-client copied to clipboard
Crash when navigating to Settings page on Windows
On Windows 11, Settings page is crushed with System.ArgumentNullException. Because _settingsService.Latitude that is null value on Windows is passed to double.Parse method on following line:
https://github.com/dotnet-architecture/eshop-mobile-client/blob/main/eShopOnContainers/ViewModels/SettingsViewModel.cs#L165
I guess a root cause of this issue is a following MAUI bug.
https://github.com/dotnet/maui/issues/9338
Should be fixed up now