-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Revert "Remove dependency on EditorFeatures from codelens layer (#78045)" #78162
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
CyrusNajmabadi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why make this change?
Testing whether this change is the cause of some FileNotFound exceptions for EditorFeatures in the servicehub process. |
|
Yes. It would be. Editor features cannot be in service hub. |
|
I don't know why/how this could matter. How could the servicehub process try to load this dll if it doesn't even reference any symbols from it? What's the stack where this is getting loaded? |
|
@sharwell for review |
…net#78045)" (dotnet#78162) This reverts commit 89219d1.
Validation - https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/628816
Looks like VS unit testing has a dependency on editor features in OOP - https://devdiv.visualstudio.com/DevDiv/_git/VSUnitTesting?path=/src/TestWindow/CodeLens/Microsoft.VisualStudio.TestWindow.CodeLens.csproj&version=GBmain&_a=contents
This reverts commit 4bd2f81, reversing changes made to 7708789.