You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using(varconversionProgress= rewriteProgress.Spawn(1,"Converting Windows PDB to portable...")){try{// Something that might throw}finally{
conversionProgress.Tick();// Otherwise the conversionProgress bar stays foreverup}}
The text was updated successfully, but these errors were encountered:
I'm less sure now because my workaround above still doesn't seem to work all of the time. There wouldn't be a problem with updating child progress bars from four concurrent tasks, would there?
It appears that I have to use this pattern:
The text was updated successfully, but these errors were encountered: