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

Invoking rename tracking fix on VS for Mac gives error #51194

Open
jasonmalinowski opened this issue Feb 12, 2021 · 1 comment
Open

Invoking rename tracking fix on VS for Mac gives error #51194

jasonmalinowski opened this issue Feb 12, 2021 · 1 comment

Comments

@jasonmalinowski
Copy link
Member

jasonmalinowski commented Feb 12, 2021

@davidwengier saw this while doing some testing:

image

That string comes from Roslyn here:

_document.Project.Solution.Workspace.Services.GetService<INotificationService>()
?.SendNotification(EditorFeaturesResources.The_rename_tracking_session_was_cancelled_and_is_no_longer_available, severity: NotificationSeverity.Error);

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Feb 12, 2021
@jasonmalinowski jasonmalinowski removed the untriaged Issues and PRs which have not yet been triaged by a lead label Feb 12, 2021
@davidwengier
Copy link
Contributor

Repro steps were to load a large project (eg, VS for Mac or OrchardCore were two I tried) and change the name of a class and execute the rename code action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants