Skip to content

Merge main to features/caller-argument-expression#54596

Merged
333fred merged 189 commits intofeatures/caller-argument-expressionfrom
merges/main-to-features/caller-argument-expression
Jul 13, 2021
Merged

Merge main to features/caller-argument-expression#54596
333fred merged 189 commits intofeatures/caller-argument-expressionfrom
merges/main-to-features/caller-argument-expression

Conversation

@dotnet-bot
Copy link
Copy Markdown
Collaborator

This is an automatically generated pull request from main into features/caller-argument-expression.

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 merges/main-to-features/caller-argument-expression
git reset --hard upstream/features/caller-argument-expression
git merge upstream/main
# Fix merge conflicts
git commit
git push upstream merges/main-to-features/caller-argument-expression --force

MaStr11 and others added 30 commits March 28, 2021 12:07
…tInterfaceService.CodeAction_Method.cs

Co-authored-by: CyrusNajmabadi <cyrus.najmabadi@gmail.com>
The input to the nested rewrite already had inheritdoc elements
rewritten, so the only elements remaining are ones which failed to
resolve an inheritance target or 'cref' attribute. For the former case,
preservation of the inheritdoc element would produce an invalid rewrite
if nested rewriting were performed.
Co-authored-by: David Wengier <david.wengier@microsoft.com>
MaStr11 and others added 21 commits July 1, 2021 17:03
Only do partial ngen for desktop binaries
This is showing up as a primary source of cancellation exceptions while creating projects in VS.
…ationListenerProvider+NullOperationListener.cs

Co-authored-by: CyrusNajmabadi <cyrus.najmabadi@gmail.com>
…ase/dev17.0

Merge release/dev16.11 to release/dev17.0
…ationListenerProvider+NullOperationListener.cs
Avoid first chance exceptions in CompilationAvailableTaggerEventSource
Fix invert if for cases where the if block is empty or only comments
…meters

Completion: Conditional access on nullable parameter suggests Nullable members
[LSP] Temporary workaround for Razor documents returning null tokens
…s-type-parameter

Recommend static members for type parameters
Reduce overheads of NullOperationListener.Delay
Split IOperationTests into one part per type
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

@333fred 333fred merged commit c977a8f into features/caller-argument-expression Jul 13, 2021
@333fred 333fred deleted the merges/main-to-features/caller-argument-expression branch July 13, 2021 21:18
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.