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/dev17.1-vs-deps to main #58934

Merged
merged 158 commits into from Jan 25, 2022

Conversation

dotnet-bot
Copy link
Collaborator

This is an automatically generated pull request from release/dev17.1-vs-deps into main.

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/release/dev17.1-vs-deps-to-main
git reset --hard upstream/main
git merge upstream/release/dev17.1-vs-deps
# Fix merge conflicts
git commit
git push upstream merges/release/dev17.1-vs-deps-to-main --force

Youssef1313 and others added 23 commits January 21, 2022 09:59
Assert compiler diagnostics in param-null checking test
Update CompilerNuGetCheckerUtil.cs
…mpletion

don't include implicit/explicit keywords when completing explicit interface operator
Export VSTypeScriptFormattingService using a factory instead of directly
We had a test that looks like it was trying to test how our default
container was created, but because it was testing with our VS MEF
test infrastructure, it wasn't actually creating a workspace or
MEF host like our public APIs would. This broke a lot of things, so
now we have a test for it.
…re spilled. (#58657) (#58788)

Fixes #58569.

(cherry picked from commit f51c1b2)

Co-authored-by: AlekseyTs <AlekseyTs@users.noreply.github.com>
Co-authored-by: Andrew Hall <andrha@microsoft.com>
…ng-withanalyzerreferences

Correctly update the list of generators for a call to WithAnalyzerReferences
…se/dev17.1-vs-deps

Merge release/dev17.1 to release/dev17.1-vs-deps
…se/dev17.1-vs-deps

Merge release/dev17.1 to release/dev17.1-vs-deps
…se/dev17.1-vs-deps

Merge release/dev17.1 to release/dev17.1-vs-deps
Introduce Parameter Should Not Try to Introduce on a Parameter
…-creation-failure

Update tests to catch the MEF v2 creation failure
…merges/release/dev17.1-vs-deps-to-main

* upstream/release/dev17.1-vs-deps:
  Cleanup missed suggestion
  Update src/Workspaces/Core/Portable/Classification/ClassifierHelper.cs
  SpillSequenceSpiller.Spill - ensure sequences under ref assignments are spilled. (#58657) (#58788)
  Correctly update the list of generators for a call to WithAnalyzerReferences
  Rename parameter for what it's actually doing
  Handle AdditiveSpans in either order
  Reduce Stack Trace Explorer automatic open behavior scope (#58819)
  Revert 58892 (#58930)
  Mark APIs as shipped (#58776)
  Revert "Merge pull request #57132 from CyrusNajmabadi/branchId3"
  Fix race in WorkCoordinator when handling document reanalysis
  Remove unnecessary lock access setting UIContexts in the workspace
@dotnet-bot dotnet-bot requested a review from a team as a code owner January 24, 2022 23:13
@Cosifne Cosifne removed the Merge Conflicts There are merge conflicts with the base branch. label Jan 24, 2022
@dotnet-bot dotnet-bot merged commit af9a7ba into main Jan 25, 2022
@ghost ghost added this to the Next milestone Jan 25, 2022
@333fred 333fred deleted the merges/release/dev17.1-vs-deps-to-main branch January 25, 2022 07:27
@RikkiGibson RikkiGibson modified the milestones: Next, 17.2.P1 Feb 4, 2022
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.

None yet