Merge master to features/covariant-returns#46356
Merged
gafter merged 113 commits intofeatures/covariant-returnsfrom Jul 29, 2020
Merged
Merge master to features/covariant-returns#46356gafter merged 113 commits intofeatures/covariant-returnsfrom
gafter merged 113 commits intofeatures/covariant-returnsfrom
Conversation
Fixes: #32594. This converts from a flat string to represent the command-line to an ImmutableArray<string> to avoid the string ending up on the LOH.
…etadata to consume the new function pointer metadata changes.
This updates our build to support the use of `net5.0` as a target framework inside of our repository. Note: this is back porting some changes from the covariant returns branch. Wanted to get them into master sooner so we get more exposure to them.
Add a canary test that fails on a runtime supporting covaraint returns to make sure we're testing CI
Backport #46237 to dev16.7: Report teh project name that we were unable to recover a symbol from.
Collaborator
Author
|
Reset HEAD of |
Delete dotnet-core myget feed
Remove LSP base from Xaml content type definition to avoid regressing…
Collaborator
Author
|
Reset HEAD of |
Fix race condition in SolutionChecksumUpdater work queue
Fix formatting for multi-line patterns
Collaborator
Author
|
Reset HEAD of |
Update GenerateHashCode tests to use new analyzer test framework.
Collaborator
Author
|
Reset HEAD of |
Use ImmutableArray<string> instead of string for arguments
Collaborator
Author
|
Reset HEAD of |
Move unit tests to net5.0
Collaborator
Author
|
Reset HEAD of |
…features/covariant-returns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automatically generated pull request from master into features/covariant-returns.
git fetch --all git checkout merges/master-to-features/covariant-returns git reset --hard upstream/features/covariant-returns git merge upstream/master # Fix merge conflicts git commit git push upstream merges/master-to-features/covariant-returns --forceOnce all conflicts are resolved and all the tests pass, you are free to merge the pull request.