Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove default progress indicator #2234

Merged
merged 1 commit into from
Oct 29, 2019

Conversation

singhsarab
Copy link
Contributor

Description

Add support for an arg to enable progress indicator, disabling by default.

Related issue

#2120

@@ -133,14 +133,14 @@ public void InitializeWithParametersShouldSetNoProgress()
{
var parameters = new Dictionary<string, string>();

Assert.IsFalse(ConsoleLogger.DisableProgress);
Assert.IsFalse(ConsoleLogger.EnableProgress);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This assert takes care of the default case.

@singhsarab singhsarab merged commit 3f1457b into microsoft:master Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants