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 master into future #11161

Merged
merged 21 commits into from May 9, 2016
Merged

Merge master into future #11161

merged 21 commits into from May 9, 2016

Conversation

ghost
Copy link

@ghost ghost commented May 7, 2016

This is an automatically generated pull request from master into future.

@dotnet/roslyn-infrastructure:

git remote add vslsnap-roslyn "https://github.com/vslsnap/roslyn.git"
git fetch vslsnap-roslyn
git fetch upstream
git checkout merge-master-into-future20160507-150018
git reset --hard upstream/future
git merge upstream/master
# Fix merge conflicts
git commit
git push vslsnap-roslyn merge-master-into-future20160507-150018 --force

Once the merge can be made and all the tests pass, you are free to merge the pull request.

tmat and others added 18 commits May 5, 2016 12:25
Calling TestUtilities.InitUtilities from within the library, instead of a csx file, will result in the path of the file where the library was initially built to be passed to InitUtilities which is not the expected behavior. Fixing it in all occurence

Also removing some unnecessary and unused helpers
Since this file wasn't being included in the VSIX, it was having no
effect. We're better off using CodeBase attributes anyways which apply
earlier in the assembly resolution process.
This is correctly bundled along with the language services VSIX, which
is the place it should ship with. We already take a VSIX dependency
upon that VSIX.
This is a DLL that doesn't ship and isn't used for anything other than
pkgdef generation.
…tsetup

Change contents of the TestSetup project
While installing the VSIXes using the install_vsixes.csx, uninstall the previous VSIXes before installing the new ones.
Call TestUtilities.InitUtilities appropriately
@ghost
Copy link
Author

ghost commented May 7, 2016

@dotnet-bot test vsi please

basoundr and others added 3 commits May 7, 2016 14:53
Check for Directory.Exists before deleting
Update CoreFX dependencies to rc3-24102-00
@msJohnHamby
Copy link
Contributor

test vsi please

@msJohnHamby msJohnHamby merged commit e4f7a4a into dotnet:future May 9, 2016
@jasonmalinowski jasonmalinowski deleted the merge-master-into-future20160507-150018 branch June 28, 2016 21:52
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.

5 participants