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 to features/readonly-members #34629

Merged

Conversation

dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from master into features/readonly-members.

git fetch --all
git checkout merges/master-to-features/readonly-members
git reset --hard upstream/features/readonly-members
git merge upstream/master
# Fix merge conflicts
git commit
git push upstream merges/master-to-features/readonly-members --force

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

AlekseyTs and others added 30 commits March 16, 2017 09:45
FI from master to features/DefaultInterfaceImplementation
… as part of its declaration. (#17927)

Enable a default implementation of an interface method to be provided as part of its declaration.
…as part of its declaration. (#18183)

Enable a default implementation of an interface event to be provided as part of its declaration.
Merge master into DefaultInterfaceImplementation
Enable implicit “this” in default interface implementations.
… extern and async modifiers with interface methods. (#18519)
Merge remote-tracking branch 'dotnet/master' into DefaultInterfaceImplementation
… and extern modifiers with interface properties and indexers. (#18892)
**Protected** and **protected internal** accessibility is not supported.
Merge branch 'master' into 'DefaultInterfaceImplementation'
Merge remote-tracking branch 'dotnet/master' into DefaultInterfaceImplementation
…explicit implementation of inaccessible members. (#19549)
Merge 'dotnet/master' into DefaultInterfaceImplementation
Start running DefaultInterfaceImplementation tests against CoreCLR that supports the feature.
Merge 'dotnet/dev15.6' into DefaultInterfaceImplementation
jaredpar and others added 13 commits March 29, 2019 14:24
Fix inverted condition in LegacyCompletionCondition
* Implement pattern-matching in the nullable walker

Fixes #29909
Fixes #31881
Fixes #30952
Fixes #33499
Fixes #30597
Fixes #32414
Fixes #23944

* Remove infinite recursion by using an empty struct cache.

* Changes per code review comments.

* Remove debugging code accidentally left behind.

* Analysis of patterns-matching in the nullable walker requires valid (>0) slots.

* Skip a flaky test

* Patch after merge.

* Make ctor private to force use of factory methods

* Correct a typo.

* Fixup after merge.
Move Powershell formatting to match arcade
Properly pass along cancellation token when calling OOP service during FAR.
@RikkiGibson RikkiGibson self-assigned this Apr 1, 2019
@RikkiGibson RikkiGibson force-pushed the merges/master-to-features/readonly-members branch from 4720bb8 to 5ae1d00 Compare April 1, 2019 23:21
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

@ghost ghost merged commit 9d83e27 into features/readonly-members Apr 2, 2019
@ghost ghost deleted the merges/master-to-features/readonly-members branch April 2, 2019 07:00
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.