Skip to content

Merge main to features/required-members#61447

Merged
dotnet-bot merged 113 commits intofeatures/required-membersfrom
merges/main-to-features/required-members
May 23, 2022
Merged

Merge main to features/required-members#61447
dotnet-bot merged 113 commits intofeatures/required-membersfrom
merges/main-to-features/required-members

Conversation

@dotnet-bot
Copy link
Copy Markdown
Collaborator

This is an automatically generated pull request from main into features/required-members.

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

Troubleshooting conflicts

Identify authors of changes which introduced merge conflicts

Scroll to the bottom, then for each file containing conflicts copy its path into the following searches:

Usually the most recent change to a file between the two branches is considered to have introduced the conflicts, but sometimes it will be necessary to look for the conflicting lines and check the blame in each branch. Generally the author whose change introduced the conflicts should pull down this PR, fix the conflicts locally, then push up a commit resolving the conflicts.

Resolve merge conflicts using your local repo

Sometimes merge conflicts may be present on GitHub but merging locally will work without conflicts. This is due to differences between the merge algorithm used in local git versus the one used by GitHub.

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

msftbot[bot] and others added 30 commits April 20, 2022 15:10
…on_101

Merge 'main' into 'DefaultInterfaceImplementation'
…61134)

https://github.com/dotnet/csharplang/blob/main/proposals/static-abstracts-in-interfaces.md

Test plan: #60968

Tests in DefaultInterfaceImplementationTests.cs are adjusted only for methods. Tests for other members will be adjusted separately.
Use proper variable group for generating insertions
…-to-release/dev17.0-vs-deps

Merge release/dev16.11-vs-deps to release/dev17.0-vs-deps
@dotnet-bot dotnet-bot requested review from a team, 333fred and JoeRobich as code owners May 22, 2022 00:02
@dotnet-bot dotnet-bot requested a review from a team May 22, 2022 00:02
@dotnet-bot dotnet-bot requested a review from a team as a code owner May 22, 2022 00:02
@dotnet-bot dotnet-bot added Area-Infrastructure auto-merge Merge Conflicts There are merge conflicts with the base branch. labels May 22, 2022
@dotnet-bot
Copy link
Copy Markdown
Collaborator Author

⚠ This PR has merge conflicts. @333fred

Copy link
Copy Markdown

@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

davidwengier and others added 2 commits May 23, 2022 06:15
…ures/required-members

* upstream/main: (73 commits)
  Allow source link, embedded or decompiled source in Peek Definition (#61427)
  More instrumentation for ReferenceCachingCS (#61402)
  Fix build
  Fix binding for checkbox text in rename dialogs (#61430)
  Address feedback from numeric IntPtr feature review (#61418)
  [LSP] Small cleanup for pull diagnostics logging (#61417)
  Avoid logging work when no logger is specified
  Wait for async operations to complete before proceeding
  Fix function id (#61400)
  More correctly respect background analysis scope (#61392)
  Add new collapsing option for metadata files that contain source (#61205)
  Fix typo (#61380)
  Use AspNetCoreKey to external access assembly
  Update src/Features/Core/Portable/InheritanceMargin/AbstractInheritanceMarginService_Helpers.cs
  Update src/Features/Core/Portable/InheritanceMargin/AbstractInheritanceMarginService_Helpers.cs
  Parse `unchecked` gracefully in operators (#61309)
  Add lambda parameters in scope in nameof using proper binder (#61382)
  Verify classification on var pattern (#61376)
  Verifying interpolation escaping of curlies in content (#61387)
  Fix
  ...
@dotnet-bot dotnet-bot merged commit 176f71b into features/required-members May 23, 2022
@333fred 333fred deleted the merges/main-to-features/required-members branch May 23, 2022 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Infrastructure auto-merge Merge Conflicts There are merge conflicts with the base branch.

Projects

None yet

Development

Successfully merging this pull request may close these issues.