Skip to content

Conversation

@markcowl
Copy link
Member

@markcowl markcowl commented Feb 20, 2018

Description

Checklist

var percent = (int)(progress * 100.0);
var r = new[] { "|", "/", "-", "\\" };
var x = r[DateTime.Now.Second % 4];
WriteProgressAsync(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this implementation may have a bug in progress bar. Here's a fix for it https://github.com/Azure/azure-powershell/pull/5487/files

{
get
{
return "To connect your website with a git repository, you must have the git executable installed. Please download and install git from https://git-scm.com/";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be a resource string?


ConcurrentQueue<ShouldContinuePrompt> _continue = new ConcurrentQueue<ShouldContinuePrompt>();

ConcurrentQueue<ProgressRecord> _progress = new ConcurrentQueue<ProgressRecord>();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: we may have only one queue of actions instead of several data queues.

sergey-shandar
sergey-shandar previously approved these changes Mar 5, 2018
@markcowl
Copy link
Member Author

markcowl commented Mar 5, 2018

@maddieclayton maddieclayton merged commit 471f374 into Azure:preview Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants