Skip to content

Rename parameter for clarity#63023

Merged
CyrusNajmabadi merged 1 commit intodotnet:mainfrom
CyrusNajmabadi:renameParameter
Jul 29, 2022
Merged

Rename parameter for clarity#63023
CyrusNajmabadi merged 1 commit intodotnet:mainfrom
CyrusNajmabadi:renameParameter

Conversation

@CyrusNajmabadi
Copy link
Copy Markdown
Contributor

Pulled out of #62872 to make that PR smaller.

@CyrusNajmabadi CyrusNajmabadi requested a review from dibarbet July 28, 2022 18:57
@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner July 28, 2022 18:57
@ghost ghost added the Area-IDE label Jul 28, 2022

var solutionChecksum = await solution.State.GetChecksumAsync(CancellationToken.None);
var synched = await remoteWorkspace.GetTestAccessor().GetSolutionAsync(assetProvider, solutionChecksum, fromPrimaryBranch: false, workspaceVersion: -1, CancellationToken.None);
var synched = await remoteWorkspace.GetTestAccessor().GetSolutionAsync(assetProvider, solutionChecksum, updatePrimaryBranch: false, workspaceVersion: -1, CancellationToken.None);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

renamed this to be clear what this flag is intending to convey. the flag it an actual request to the RemoteWorkspace to not only get the solution but update it's primary solution to point at that.

@CyrusNajmabadi CyrusNajmabadi enabled auto-merge July 28, 2022 18:57
@CyrusNajmabadi CyrusNajmabadi merged commit d0c9f4b into dotnet:main Jul 29, 2022
@ghost ghost added this to the Next milestone Jul 29, 2022
@CyrusNajmabadi CyrusNajmabadi deleted the renameParameter branch July 30, 2022 17:06
@dibarbet dibarbet modified the milestones: Next, 17.4 P2 Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants