eshop-mobile-client icon indicating copy to clipboard operation
eshop-mobile-client copied to clipboard

Crash when navigating to Settings page on Windows

Open runceel opened this issue 3 years ago • 1 comments

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

runceel avatar Sep 08 '22 04:09 runceel

I guess a root cause of this issue is a following MAUI bug.

https://github.com/dotnet/maui/issues/9338

runceel avatar Sep 08 '22 05:09 runceel

Should be fixed up now

jamesmontemagno avatar Mar 31 '23 18:03 jamesmontemagno