dotnet / eShop

A reference .NET application implementing an eCommerce site
MIT License
4.3k stars 1.18k forks source link

[code] MapView.xaml.cs contains unused initialization code #343

Closed peterblazejewicz closed 3 weeks ago

peterblazejewicz commented 4 weeks ago

It seems this line:

https://github.com/dotnet/eShop/blob/40f0d7384ef40a3713e57ed3ecd2c74484b56f0e/src/ClientApp/Views/MapView.xaml.cs#L12

was left by omission. It works, by has no outcome I can think about (except of being intriguing). Declarative code works well and does the job (map view gets initialised with proper location set)

Thanks!