https://github.com/roubachof/Sharpnado.TaskLoaderView
A short blog here to showcase a undocumented feature of the TaskLoaderView: the TaskLoaderCommand.
You probably read many blogs about how you should implement a AsyncCommand instead of a regular Command for your Task based code.
Of course, like all async mvvm patterns, the