Skip to content

Conversation

@dotnet-bot
Copy link
Contributor

This is an automatically generated pull request from master into release/dev16.8.

git fetch --all
git checkout merges/master-to-release/dev16.8
git reset --hard upstream/release/dev16.8
git merge upstream/master
# Fix merge conflicts
git commit
git push upstream merges/master-to-release/dev16.8 --force

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

deviousasti and others added 3 commits July 27, 2020 14:13
There exists no method to retrieve the original source string because the 'String' property on StringText is never exposed in ISourceText
This being a container for a source string, while identical StringTexts will  have the same GetHashCode(), it fails for equality testing because a StringText object is compared to the other's source text, which is always false.

The comparison to string behavior is retained.
Fix Equality comparison for `StringText`
@cartermp cartermp merged commit 96b225a into release/dev16.8 Jul 27, 2020
@cartermp cartermp deleted the merges/master-to-release/dev16.8 branch July 27, 2020 18:13
@dotnet-bot dotnet-bot restored the merges/master-to-release/dev16.8 branch July 27, 2020 21:04
@dotnet-bot dotnet-bot deleted the merges/master-to-release/dev16.8 branch July 27, 2020 21:04
@dotnet-bot dotnet-bot restored the merges/master-to-release/dev16.8 branch July 28, 2020 00:05
@dotnet-bot dotnet-bot deleted the merges/master-to-release/dev16.8 branch July 28, 2020 00:05
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.

4 participants