Cleanup extra qualification. Cleanup redundant casting. Cleanup usings. Set var suggestion to none.
This commit is contained in:
parent
67cbc0dd65
commit
c42fb4c641
46 changed files with 11 additions and 114 deletions
|
@ -12,7 +12,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
public override CommandResult Execute(string args = "")
|
||||
{
|
||||
args = $"add {_projectName} reference {args}";
|
||||
return base.ExecuteWithCapturedOutput(args);
|
||||
return ExecuteWithCapturedOutput(args);
|
||||
}
|
||||
|
||||
public AddReferenceCommand WithProject(string projectName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue