The progress now is actually reported (I guess missing $ was a typo).
The progress now uses current culture (that's why I've replaced hard-coded 100.0 with $"{100.0:0.0}": I assume the idea was to use local culture to format the number; certain cultures may use different number separator and formatting).
PR Summary + PR Context
$
was a typo).100.0
with$"{100.0:0.0}"
: I assume the idea was to use local culture to format the number; certain cultures may use different number separator and formatting).