IEnumerator UpdateCustomSolutionAsync() { _projectHandler.OverwriteConfig(); return(_prjCommandHandler.ProcessPrjCommand( "Updating solution", PrjHelper.UpdateCustomSolutionAsync())); }
IEnumerator ApplyProjectChangeAsync() { _projectHandler.OverwriteConfig(); yield return(_prjCommandHandler.ProcessPrjCommand( "Updating directory links", PrjHelper.UpdateLinksAsync())); yield return(_prjCommandHandler.ProcessPrjCommand( "Updating custom solution", PrjHelper.UpdateCustomSolutionAsync())); }