-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Small cleanup of completion logic. #24541
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
Conversation
|
tagging @dotnet/roslyn-ide Tiny review plz |
|
@jinujoseph Should we move this to 15.7? |
|
yes, i think make sense to take it for 15.7 @Pilchie for ask mode pre-approval before we retarget |
|
I'm fine with 15.7 for this. |
|
@CyrusNajmabadi Let me know if you want me to rebase this for you or if you'd like to do it yourself. The target branch is dev15.7.x. 😄 |
|
i appear to have done something terrible. help would be appreciated. |
|
@CyrusNajmabadi I think you just want to cherry-pick 836f6546a55b34470635d88c474d441d108e27f5 over to dev15.7.x, force this branch to the resulting commit, and force-push. |
|
I'll go ahead and rebase now (edit: done) |
836f654 to
a648ffc
Compare
Was looking at this code to make sure we didn't have any issues where we wouldn't offer "System.Enum" in a constraint clause. Noticed it was doing things that seemed unnecessary (And were likely holdovers from days when we used IEnumerable).