Skip to content

Apply reference update operation in ReferenceCleanupService#55386

Merged
dibarbet merged 1 commit intodotnet:release/dev17.0from
JoeRobich:fix-rur
Aug 4, 2021
Merged

Apply reference update operation in ReferenceCleanupService#55386
dibarbet merged 1 commit intodotnet:release/dev17.0from
JoeRobich:fix-rur

Conversation

@JoeRobich
Copy link
Copy Markdown
Member

The TryUpdateReferenceAsync is no longer implemented by the project system. We can perform the same action by calling GetUpdateReferenceOperationAsync and applying the operation.

@JoeRobich JoeRobich requested a review from a team as a code owner August 3, 2021 23:47
@ghost ghost added the Area-IDE label Aug 3, 2021
@JoeRobich
Copy link
Copy Markdown
Member Author

cc: @ocallesp

public VisualStudioReferenceCleanupService(IProjectSystemReferenceCleanupService projectSystemReferenceUpdateService)
{
_projectSystemReferenceUpdateService = projectSystemReferenceUpdateService;
_projectSystemReferenceUpdateService = (IProjectSystemReferenceCleanupService2)projectSystemReferenceUpdateService;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

With this change It seems that we don't need pr anymore dotnet/project-system#7425

@dibarbet dibarbet merged commit 320007b into dotnet:release/dev17.0 Aug 4, 2021
@JoeRobich JoeRobich deleted the fix-rur branch March 14, 2025 23:42
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