Skip to content

Conversation

@dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from dev15.7.x into dev15.7.x-vs-deps.

git fetch --all
git checkout merges/dev15.7.x-to-dev15.7.x-vs-deps-20180131-080024
git reset --hard upstream/dev15.7.x-vs-deps
git merge upstream/dev15.7.x
# Fix merge conflicts
git commit
git push merges/dev15.7.x-to-dev15.7.x-vs-deps-20180131-080024 --force

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

sharwell and others added 8 commits January 11, 2018 14:01
We produce a number of pre-release packages for partner teams to get
copies of certain APIs we haven't ratified. We never produce 'stable'
versions of those packages because they aren't stable in any meaningful
way. But sometimes, you want to mix those pre-release packages and
their equivalent stable packages in the same build, which is something
that ASP.NET needs to do. This means that we can't use strict package
version rules that require exact versions everywhere, or else
a 1.2.3-beta1 package will be "incompatible" with 1.2.3 the final
release.

The easiest fix for this is to change the package dependencies that go
from private unofficial packages to official packages as being a
"or higher" version requirement, so it works. There's no promise this
will work at runtime, but since there's prerelease packages in the
mix in the first place there never really was such a promise.
Disable navigate to decompiled sources for assemblies with SuppressIldasmAttribute
…dependency-versioning

Fix up some NuGet private package definitions
…0180130-080010

Merge dev15.6.x to dev15.7.x
…#24438)

The GetImplicitImplementationDiagnosticLocation method was added in TypeSymbol class in order to find the correct diagnostic location for implicit implementation related errors. Some tests were updated.
Update version numbers for 15.7
@dotnet-bot dotnet-bot requested review from a team as code owners January 31, 2018 08:00
@mavasani
Copy link
Contributor

Integration test failure tracked by: #20991

@mavasani
Copy link
Contributor

@dotnet-bot retest windows_release_vs-integration_prtest please

@agocke agocke merged commit 6635887 into dev15.7.x-vs-deps Jan 31, 2018
@agocke agocke deleted the merges/dev15.7.x-to-dev15.7.x-vs-deps-20180131-080024 branch January 31, 2018 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants