Skip to content

Conversation

@dotnet-bot
Copy link

This is an automatically generated pull request from release/6.0.1xx-preview7 into release/6.0.1xx.

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/release/6.0.1xx-preview7-to-release/6.0.1xx
git reset --hard upstream/release/6.0.1xx
git merge upstream/release/6.0.1xx-preview7
# Fix merge conflicts
git commit
git push upstream merges/release/6.0.1xx-preview7-to-release/6.0.1xx --force

dotnet-bot and others added 19 commits July 12, 2021 00:52
…e/6.0.1xx-preview7

Merge release/6.0.1xx to release/6.0.1xx-preview7
…e/6.0.1xx-preview7

Merge release/6.0.1xx to release/6.0.1xx-preview7
…e/6.0.1xx-preview7

Merge release/6.0.1xx to release/6.0.1xx-preview7
The IDE dispose analyzer rules have been deleted from Roslyn:

dotnet/roslyn@eeba499
Delete IDE dispose analyzer rules from .editorconfig
…e/6.0.1xx-preview7

Merge release/6.0.1xx to release/6.0.1xx-preview7
@codecov
Copy link

codecov bot commented Jul 26, 2021

Codecov Report

Merging #5293 (c19648e) into release/6.0.1xx (19af447) will increase coverage by 0.02%.
The diff coverage is 99.09%.

@@                 Coverage Diff                 @@
##           release/6.0.1xx    #5293      +/-   ##
===================================================
+ Coverage            95.59%   95.62%   +0.02%     
===================================================
  Files                 1233     1233              
  Lines               283394   283448      +54     
  Branches             16971    16968       -3     
===================================================
+ Hits                270922   271048     +126     
+ Misses               10162    10108      -54     
+ Partials              2310     2292      -18     

Prashanth Govindarajan and others added 4 commits July 27, 2021 15:34
* Fix TODOs and update unit tests with diagnostics

* Address comments

* sq

* Address feedback
… merges/release/6.0.1xx-preview7-to-release/6.0.1xx
@dotnet-bot dotnet-bot merged commit 92cc133 into release/6.0.1xx Jul 28, 2021
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.

8 participants