Remove dependency on Microsoft.VisualStudio.RemoteControl assembly from Features#62655
Merged
tmat merged 5 commits intodotnet:mainfrom Jul 15, 2022
Merged
Remove dependency on Microsoft.VisualStudio.RemoteControl assembly from Features#62655tmat merged 5 commits intodotnet:mainfrom
tmat merged 5 commits intodotnet:mainfrom
Conversation
Member
Author
|
@CyrusNajmabadi PTAL |
ryzngard
reviewed
Jul 14, 2022
...Features/Core/Portable/SymbolSearch/Windows/SymbolSearchUpdateEngine.RemoteControlService.cs
Outdated
Show resolved
Hide resolved
CyrusNajmabadi
approved these changes
Jul 15, 2022
Member
|
Is this used in VS for Mac? It obviously shouldn't be in Features, but is the VS for Windows too high of a layer? |
Member
Author
|
It's Windows only. The impl is linked to both VS and ServiceHub.Remote projects. Conveniently we already have a few similarly linked storage related types. We can consider moving all of them to LSP layer (aka "client code that is not editor" layer), if needed. |
333fred
added a commit
to 333fred/roslyn
that referenced
this pull request
Jul 18, 2022
* upstream/main: (40 commits) Revert "Generalize RoamingProfileStorageLocation to ClientSettingsStorageLocation (dotnet#62684)" Revert "Update SymReader to the latest version (dotnet#62695)" Apply changes directly to text buffer - take 2 (dotnet#62617) Allow diagnostic tagging to use either push or pull diagnostics Tests test and more tests Fix new rename showing overloads when not applicable (dotnet#62559) Add stronger type safety Add support for resolving contextual error types Pass LineFormatting options into OmniSharpCodeAction options Initial approach to supporting contextual types Update dependencies from https://github.com/dotnet/arcade build 20220715.4 (dotnet#62704) Handle diff3 conflict markers (dotnet#62391) Update SymReader to the latest version (dotnet#62695) Generalize RoamingProfileStorageLocation to ClientSettingsStorageLocation (dotnet#62684) Add IWorkspaceProjectContextFactory F# wappers (dotnet#62646) Use OmniSharp LineFormatting fallback options in more places. Remove dependency on Microsoft.VisualStudio.RemoteControl assembly from Features (dotnet#62655) Add array initialization optimization (dotnet#62392) [main] Update dependencies from dotnet/arcade (dotnet#62597) Keep selection on rename invocation (dotnet#62654) ...
adamperlin
pushed a commit
to adamperlin/roslyn
that referenced
this pull request
Jul 19, 2022
…om Features (dotnet#62655) * Remove dependency on Microsoft.VisualStudio.RemoteControl assembly from Features * Remove
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features assembly can only reference OSS libraries.