-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Merge dev16.3-vs-deps to dev16.3 #38800
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
Merged
Merged
Conversation
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
…e/dev16.3-preview1-vs-deps Merge master-vs-deps to release/dev16.3-preview1-vs-deps
… release/dev16.3-preview1-vs-deps
Merge 16.3 p1
…-to-release/dev16.3-preview1-vs-deps Merge release/dev16.3-preview1 to release/dev16.3-preview1-vs-deps
Delete unused experiment names added in merge.
…' into ExpandFilter-vs-deps
Merge snap commit to master-vs-deps
New version contains completion expander support
…ev16.3-preview1-to-release/dev16.3-preview1-vs-deps
…-to-release/dev16.3-preview1-vs-deps Merge release/dev16.3-preview1 to release/dev16.3-preview1-vs-deps
Merge master to master-vs-deps
…ase/dev16.3-preview1-vs-deps-to-master-vs-deps
…' into merges/release/dev16.2-vs-deps-to-release/dev16.3-preview1-vs-deps
…-vs-deps-to-master-vs-deps Merge release/dev16.3-preview1-vs-deps to master-vs-deps
…er-to-master-vs-deps
…-to-release/dev16.3-preview1-vs-deps Merge release/dev16.3-preview1 to release/dev16.3-preview1-vs-deps
…to-release/dev16.3-preview1-vs-deps Merge release/dev16.2-vs-deps to release/dev16.3-preview1-vs-deps
Merge master to master-vs-deps
Merge master to master-vs-deps
Merge master to master-vs-deps
… merges/release/dev16.3-preview1-to-release/dev16.3-preview1-vs-deps
Fixing up a mis-merge.
…ps' into merges/release/dev16.3-preview1-vs-deps-to-master-vs-deps
…-vs-deps-to-master-vs-deps Merge release/dev16.3-preview1-vs-deps to master-vs-deps
Fix deadlock due to VS Experiement service jumping to UI thread in certain cases.
fix MEF issue.
Related to #38454. These tests fail in the CI runs for #38417 which adds translations for various resources. The problem is the test compares localized text with the original English text; this worked fine until now because the localized text wasn't yet translated, and so just happened to be the same as the English. The point of this change is to unblock #38417.
…rges/release/dev16.3-to-release/dev16.3-vs-deps
…se/dev16.3-vs-deps Merge release/dev16.3 to release/dev16.3-vs-deps
Disable failing tests
Skip a test that now fails because it's comparing a localized message (the expected text) with compiler output that has been forced to English (the actual text).
move to new OperationProgress API.
…vs-deps LOC CHECKIN | dotnet/roslyn release/dev16.3-vs-deps | 20190830
…se/dev16.3-vs-deps Merge release/dev16.3 to release/dev16.3-vs-deps
The PDB reader might be needed later on for mapping local signature of an active method that is first edited in a subsequent generation.
…lates Update Arcade and postbuild templates to fix signed build
JoeRobich
approved these changes
Sep 23, 2019
Member
Author
|
@agocke @JoeRobich So how do we flow this to master? |
Member
|
@genlu I can start the merge. |
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.
@dotnet/roslyn-infrastructure