Closed gismofx closed 2 years ago
@SeanFeldman This is great! Lots of good house keeping and clean up. Thank you. I just made the ViewModel async again and added await Task.Delay...
This is just to keep the example code consistent as those methods would probably be async in real-world.
Add
await Task.Delay..
to ViewModel methods to remove compiler warnings. Improves example code.