Skip to content

Fix override completion to preserve added imports#43173

Merged
genlu merged 3 commits intodotnet:release/dev16.6from
genlu:FixOverrideCompletion
Apr 9, 2020
Merged

Fix override completion to preserve added imports#43173
genlu merged 3 commits intodotnet:release/dev16.6from
genlu:FixOverrideCompletion

Conversation

@genlu
Copy link
Member

@genlu genlu commented Apr 8, 2020

Fix #39909
The regression is caused by adding simplifier annotation to added imports (https://github.com/dotnet/roslyn/blob/master/src/Workspaces/Core/Portable/Editing/ImportAdderService.cs#L137)

@genlu genlu added the Area-IDE label Apr 8, 2020
@genlu genlu requested a review from a team as a code owner April 8, 2020 00:56
@CyrusNajmabadi
Copy link
Contributor

The regression is caused by adding simplifier annotation to added imports

Why does that cause a regression?

@genlu genlu force-pushed the FixOverrideCompletion branch from 31ce544 to 1dd0407 Compare April 8, 2020 17:52
@genlu genlu requested a review from a team as a code owner April 8, 2020 17:52
@genlu genlu changed the base branch from master to release/dev16.6 April 8, 2020 17:52
@genlu
Copy link
Member Author

genlu commented Apr 8, 2020

Retargeting to 16.6 since this is a regression.
FYI @vatsalyaagrawal @jinujoseph

@genlu
Copy link
Member Author

genlu commented Apr 9, 2020

This is approved for 16.6.

@genlu genlu merged commit 7eeb1f3 into dotnet:release/dev16.6 Apr 9, 2020
@genlu genlu deleted the FixOverrideCompletion branch April 9, 2020 21:35
@CyrusNajmabadi CyrusNajmabadi added this to the 16.6 milestone Apr 17, 2020
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.

C# override completion does not seem to be adding using directives

2 participants