Skip to content
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

Merge dev16.0.x to master #31003

Merged
9 commits merged into from
Nov 8, 2018
Merged

Merge dev16.0.x to master #31003

9 commits merged into from
Nov 8, 2018

Conversation

dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from dev16.0.x into master.

git fetch --all
git checkout merges/dev16.0.x-to-master
git reset --hard upstream/master
git merge upstream/dev16.0.x
# Fix merge conflicts
git commit
git push merges/dev16.0.x-to-master --force

Once all conflicts are resolved and all the tests pass, you are free to merge the pull request.

jasonmalinowski and others added 7 commits October 31, 2018 16:40
We previously didn't throw if a project system refused to give us a file
path for the project file itself. In my refactoring, this accidentally
switched over to a Marshal.ThrowExceptionForHR, which is now causing us
to crash on at least Visual Studio Tools for Office projects. Put this
back for now.

Ultimately, after this "fix" we're back to the behavior described in
dotnet/rosyn#30429: we won't crash, but we won't have a project
file for the project.
…have-no-file-path

Gracefully handle project systems not giving us a file path
Ensure PinnedRemotableDataScope is disposed
Fix the lifetime of IntegrationService
* Reorder PasteTrackingHandler so that FormatDocument does not dismiss it

* Added PasteTracking test to check format on paste scenario

* Documented why PasteTrackingPasteCommandHandler was ordered before FormatDocumnet.
@v-asdhin
Copy link

v-asdhin commented Nov 7, 2018

@agocke Check roslyn-CI failed. Please have a look.

@sharwell
Copy link
Member

sharwell commented Nov 7, 2018

This should be merging to dev16.0-preview2, not directly to master.

@sharwell sharwell closed this Nov 7, 2018
@agocke agocke reopened this Nov 7, 2018
@dotnet-bot dotnet-bot requested a review from a team as a code owner November 7, 2018 23:17
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approval

@ghost ghost merged commit e9fef7e into master Nov 8, 2018
@ghost ghost deleted the merges/dev16.0.x-to-master branch November 8, 2018 01:30
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants