Move Value Tracking out of process#53270
Merged
ryzngard merged 485 commits intodotnet:features/value_trackingfrom Jun 1, 2021
Merged
Move Value Tracking out of process#53270ryzngard merged 485 commits intodotnet:features/value_trackingfrom
ryzngard merged 485 commits intodotnet:features/value_trackingfrom
Conversation
…fne/roslyn into dev/shech/inheritanceMargin
Merge main to main-vs-deps
Merge main to main-vs-deps
Add inheritance margin service and tagger
Update Versions.props and remove loghub references
Merge main to main-vs-deps
Merge main to main-vs-deps
Merge main to main-vs-deps
Merge main to main-vs-deps
…o-release/dev16.10-vs-deps Merge release/dev16.10 to release/dev16.10-vs-deps
…o-release/dev16.10-vs-deps Merge release/dev16.10 to release/dev16.10-vs-deps
Merge release/dev16.9-vs-deps to release/dev16.10-vs-deps
…o-release/dev16.10-vs-deps Merge release/dev16.10 to release/dev16.10-vs-deps
…release/dev16.10-to-release/dev16.11
…o-release/dev16.11 Merge release/dev16.10 to release/dev16.11
…release/dev16.11-to-main
Revert "Keep OptProf input indefinitely"
…o-main Merge release/dev16.11 to main
* Add OmniSharpInlineHintsService and OmniSharpFindDefinitionService to ExternalAccess After consuling with @CyrusNajmabadi and @akhera99, I believe we should be OK to add IInlineHintsService to the OmniSharp ExternalAccess layer, so that they can take advantage of the proposed vscode APIs and leverage our existing implementation without having to rewrite.
Fix VB's Make-Abstract to add correct modifier token.
Remove unnecessary parameters
…o-main Merge release/dev16.11 to main
…o-main Merge release/dev16.11 to main
Resolved one unresolved conflict
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.
commit by commit makes this easier to review. Some of the changes were movement in layering and some were refactoring logic out to use a static
ValueTrackerin the service and remote service.Fixes #52435