Skip to content

Merge main to features/FileScopedNamespaces#54595

Merged
RikkiGibson merged 135 commits intofeatures/FileScopedNamespacesfrom
merges/main-to-features/FileScopedNamespaces
Jul 4, 2021
Merged

Merge main to features/FileScopedNamespaces#54595
RikkiGibson merged 135 commits intofeatures/FileScopedNamespacesfrom
merges/main-to-features/FileScopedNamespaces

Conversation

@dotnet-bot
Copy link
Copy Markdown
Collaborator

This is an automatically generated pull request from main into features/FileScopedNamespaces.

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/FileScopedNamespaces
git reset --hard upstream/features/FileScopedNamespaces
git merge upstream/main
# Fix merge conflicts
git commit
git push upstream merges/main-to-features/FileScopedNamespaces --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.
genlu and others added 20 commits July 1, 2021 10:15
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
@dotnet-bot dotnet-bot requested review from a team as code owners July 4, 2021 00:02
@dotnet-bot dotnet-bot force-pushed the merges/main-to-features/FileScopedNamespaces branch from d33552b to 77dc57a Compare July 4, 2021 00:02
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

@RikkiGibson RikkiGibson merged commit 0a33d7c into features/FileScopedNamespaces Jul 4, 2021
@RikkiGibson RikkiGibson deleted the merges/main-to-features/FileScopedNamespaces branch July 4, 2021 02:19
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.