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

Delete unnecessary O# service #68097

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Cosifne
Copy link
Member

@Cosifne Cosifne commented May 4, 2023

ISymbolRenamedCodeActionOperationFactoryWorkspaceService is a service used in VS to notify the rename operation of a symbol.
However, it's not required in O#. #68095 remove the usage of GetRequiredService

So this service could be deleted. (Actually O# right now would rename a symbol twice)

(Note: this would need dual changes from O#)

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels May 4, 2023
Copy link
Member

@333fred 333fred left a comment

Choose a reason for hiding this comment

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

@Cosifne
Copy link
Member Author

Cosifne commented May 4, 2023

@Cosifne Cosifne changed the title Delete unused O# service Delete unnecessary O# service May 4, 2023
@Cosifne
Copy link
Member Author

Cosifne commented May 4, 2023

The O# side PR: OmniSharp/omnisharp-roslyn#2529

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE 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.

None yet

2 participants