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 release/dev16.3 to release/dev16.3-vs-deps #38265

Merged

Conversation

dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from release/dev16.3 into release/dev16.3-vs-deps.

git fetch --all
git checkout merges/release/dev16.3-to-release/dev16.3-vs-deps
git reset --hard upstream/release/dev16.3-vs-deps
git merge upstream/release/dev16.3
# Fix merge conflicts
git commit
git push upstream merges/release/dev16.3-to-release/dev16.3-vs-deps --force

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

jasonmalinowski and others added 4 commits August 20, 2019 13:26
…se/dev16.3-preview2

Merge release/dev16.2 to release/dev16.3-preview2
… merges/release/dev16.3-preview2-to-release/dev16.3
…-to-release/dev16.3

Merge release/dev16.3-preview2 to release/dev16.3
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

Neal Gafter and others added 2 commits August 25, 2019 01:48
Before C# 8, the reduction of an extension method would fail (return null) when the
method's constraints would not be satisfied.  But in C# 8 the unmanaged constraint requires
we know the language version, and therefore the compilation, to check.  That is not available
in `IMethodSymbol.ReduceExtensionMethod`.  So we dropped the constraint checking in #37022.
However this causes an unfortunate regression in the quality of the IDE experience.  So here we
restore the constraint checking, using the compilation's language version when available.
IMethodSymbol.ReduceExtensionMethod uses the C# 8 rules since it has no language version to check.

Fixes #37780
@agocke
Copy link
Member

agocke commented Aug 25, 2019

@dotnet/roslyn-ide In the first run three independent builds failed with multiple different tests failing in completion. This should be investigated to determine if it's a test issue or a product issue at the highest priority

@agocke
Copy link
Member

agocke commented Aug 25, 2019

cc @dotnet/roslyn-infrastructure

@ghost ghost merged commit c82648d into release/dev16.3-vs-deps Aug 26, 2019
@ghost ghost deleted the merges/release/dev16.3-to-release/dev16.3-vs-deps branch August 26, 2019 20: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.

5 participants