Skip to content

Merge dev15.6.x to dev15.6.x-vs-deps#24533

Merged
agocke merged 4 commits intodev15.6.x-vs-depsfrom
merges/dev15.6.x-to-dev15.6.x-vs-deps-20180130-080023
Jan 30, 2018
Merged

Merge dev15.6.x to dev15.6.x-vs-deps#24533
agocke merged 4 commits intodev15.6.x-vs-depsfrom
merges/dev15.6.x-to-dev15.6.x-vs-deps-20180130-080023

Conversation

@dotnet-bot
Copy link
Copy Markdown
Collaborator

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

git fetch --all
git checkout merges/dev15.6.x-to-dev15.6.x-vs-deps-20180130-080023
git reset --hard upstream/dev15.6.x-vs-deps
git merge upstream/dev15.6.x
# Fix merge conflicts
git commit
git push merges/dev15.6.x-to-dev15.6.x-vs-deps-20180130-080023 --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
@agocke agocke merged commit 492b7cd into dev15.6.x-vs-deps Jan 30, 2018
@agocke agocke deleted the merges/dev15.6.x-to-dev15.6.x-vs-deps-20180130-080023 branch January 30, 2018 19:27
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.

4 participants