Skip to content

Merge dev15.6.x to dev15.7.x#24529

Merged
agocke merged 4 commits intodev15.7.xfrom
merges/dev15.6.x-to-dev15.7.x-20180130-080010
Jan 30, 2018
Merged

Merge dev15.6.x to dev15.7.x#24529
agocke merged 4 commits intodev15.7.xfrom
merges/dev15.6.x-to-dev15.7.x-20180130-080010

Conversation

@dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from dev15.6.x into dev15.7.x.

git fetch --all
git checkout merges/dev15.6.x-to-dev15.7.x-20180130-080010
git reset --hard upstream/dev15.7.x
git merge upstream/dev15.6.x
# Fix merge conflicts
git commit
git push merges/dev15.6.x-to-dev15.7.x-20180130-080010 --force

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

sharwell and others added 4 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
@dotnet-bot dotnet-bot requested review from a team as code owners January 30, 2018 08:00
@mavasani
Copy link
Contributor

Failure tracked by #21559

@mavasani
Copy link
Contributor

@dotnet-bot retest windows_release_vs-integration_prtest please

@agocke agocke merged commit eb5aba1 into dev15.7.x Jan 30, 2018
@agocke agocke deleted the merges/dev15.6.x-to-dev15.7.x-20180130-080010 branch January 30, 2018 19:25
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.

5 participants