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

Address additional restore changes feedback #70633

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

dibarbet
Copy link
Member

Addressing post merge feedback on #70588

@dibarbet dibarbet requested a review from a team as a code owner October 30, 2023 22:34
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Oct 30, 2023
@@ -49,13 +49,18 @@ private async Task RestoreAsync(ImmutableArray<string> pathsToRestore, BufferedP
{
foreach (var path in pathsToRestore)
{
var arguments = $"restore \"{path}\"";
var arguments = new string[] { "restore", path };
Copy link
Member

Choose a reason for hiding this comment

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

Didn't want to inline with collection expressions here?

Copy link
Member Author

Choose a reason for hiding this comment

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

There appear to be a bunch of formatting issues with collection expressions. Every time I try to use them I get formatting warnings (even with 'correct' formatting). I'll file a bug on that one sec.

@dibarbet dibarbet force-pushed the restore_feedback branch 2 times, most recently from db6d407 to 97426fc Compare October 30, 2023 22:48
@dibarbet dibarbet merged commit 1acb7d3 into dotnet:main Oct 31, 2023
24 checks passed
@dibarbet dibarbet deleted the restore_feedback branch October 31, 2023 22:03
@ghost ghost added this to the Next milestone Oct 31, 2023
@RikkiGibson RikkiGibson modified the milestones: Next, 17.9 P2 Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants