dotnet-presentations / dotnet-maui-workshop

A full day workshop (.NET MAUI Workshop in a Box) on how to build apps with .NET MAUI for iOS, Android, macOS, and Windows
https://docs.microsoft.com/dotnet/maui
MIT License
1.88k stars 588 forks source link

Finished version always downloads online monkeys.json then loads the local monkeys.json file #137

Closed davefxy closed 5 months ago

davefxy commented 5 months ago

The Finished version of the MonkeyFinder app always downloads and deserializes the online monkeys.json file then loads and deserializes the local monkeys.json file. Look at the GetMonkeys() method in the MonkeyService.cs file. I don't know if this was intentional. In the youtube video walkthrough the code deserializing the local file was commented out.