Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.

[automated] Merge branch 'master' => 'release/3.0'#1221

Merged
wtgodbe merged 62 commits intodotnet:release/3.0from
dotnet-maestro-bot:merge/master-to-release/3.0
May 31, 2019
Merged

[automated] Merge branch 'master' => 'release/3.0'#1221
wtgodbe merged 62 commits intodotnet:release/3.0from
dotnet-maestro-bot:merge/master-to-release/3.0

Conversation

@dotnet-maestro-bot
Copy link
Copy Markdown

I detected changes in the master branch which have not been merged yet to release/3.0. I'm a robot and am configured to help you automatically keep release/3.0 up to date, so I've opened this PR.

This PR merges commits made on master by the following committers:

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout master
git pull --ff-only
git checkout release/3.0
git pull --ff-only
git merge --no-ff master

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet-maestro-bot/standard HEAD:merge/master-to-release/3.0
or if you are using SSH
git push git@github.com:dotnet-maestro-bot/standard HEAD:merge/master-to-release/3.0

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/master-to-release/3.0'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/master-to-release/3.0 release/3.0
git pull https://github.com/dotnet-maestro-bot/standard merge/master-to-release/3.0
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet-maestro-bot/standard merge/master-to-release/3.0
or if you are using SSH
git checkout -b merge/master-to-release/3.0 release/3.0
git pull git@github.com:dotnet-maestro-bot/standard merge/master-to-release/3.0
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet-maestro-bot/standard merge/master-to-release/3.0

Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.

mmitche and others added 30 commits April 22, 2019 18:19
…422.2 (dotnet#1165)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19222.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19222.2
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19222.2
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19222.2
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19222.2
…423.2 (dotnet#1167)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19223.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19223.2
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19223.2
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19223.2
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19223.2
…424.9 (dotnet#1168)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19224.9
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19224.9
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19224.9
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19224.9
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19224.9
…425.5 (dotnet#1169)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19225.5
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19225.5
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19225.5
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19225.5
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19225.5
* Update dependencies from https://github.com/dotnet/arcade build 20190426.3

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19226.3
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19226.3
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19226.3
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19226.3
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19226.3

* Update dependencies from https://github.com/dotnet/arcade build 20190429.8

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19229.8
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19229.8
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19229.8
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19229.8
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19229.8
…506.12

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19256.12
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19256.12
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19256.12
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19256.12
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19256.12
…sions

Move WithCancellation/ConfigureAwait extension methods to TaskAsyncEnumerableExtensions
Prevent non-framework code from extending BaseNumberConverter
…es to BAR (dotnet#1182)

* Fix official build which is failing when trying to publish the packages to BAR

* Fix parameter for publishing to BAR
Add bulk operations to Collection<T>
This is required for official builds in order for them to successfully be pushed to the blob feeds.
…510.2 (dotnet#1186)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19260.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19260.2
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19260.2
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19260.2
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19260.2
…511.1 (dotnet#1187)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19261.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19261.1
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19261.1
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19261.1
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19261.1
…512.1 (dotnet#1188)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19262.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19262.1
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19262.1
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19262.1
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19262.1
…513.3 (dotnet#1191)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19263.3
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19263.3
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19263.3
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19263.3
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19263.3
Fail CI build if APICompat baseline files would change
dotnet-maestro Bot and others added 14 commits May 22, 2019 13:15
…521.9 (dotnet#1204)

- System.Reflection.Emit.Lightweight - 4.6.0-preview6.19271.9
- System.Reflection.Emit - 4.6.0-preview6.19271.9
- System.Reflection.Emit.ILGeneration - 4.6.0-preview6.19271.9
* Update dependencies from https://github.com/dotnet/arcade build 20190514.13

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19264.13
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19264.13
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19264.13
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19264.13
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19264.13

* Update dependencies from https://github.com/dotnet/arcade build 20190516.2

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19266.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19266.2
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19266.2
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19266.2
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19266.2

* Update dependencies from https://github.com/dotnet/arcade build 20190516.4

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19266.4
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19266.4
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19266.4
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19266.4
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19266.4

* Update dependencies from https://github.com/dotnet/arcade build 20190517.7

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19267.7
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19267.7
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19267.7
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19267.7
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19267.7

* Update dependencies from https://github.com/dotnet/arcade build 20190518.2

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19268.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19268.2
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19268.2
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19268.2
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19268.2

* Update dependencies from https://github.com/dotnet/arcade build 20190520.1

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19270.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19270.1
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19270.1
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19270.1
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19270.1

* Update dependencies from https://github.com/dotnet/arcade build 20190520.2

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19270.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19270.2
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19270.2
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19270.2
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19270.2

* Update dependencies from https://github.com/dotnet/arcade build 20190521.7

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19271.7
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19271.7
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19271.7
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19271.7
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19271.7
…522.13 (dotnet#1205)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19272.13
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19272.13
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19272.13
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19272.13
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19272.13
…522.8 (dotnet#1206)

- System.Reflection.Emit.Lightweight - 4.6.0-preview6.19272.8
- System.Reflection.Emit - 4.6.0-preview6.19272.8
- System.Reflection.Emit.ILGeneration - 4.6.0-preview6.19272.8
…523.11 (dotnet#1207)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19273.11
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19273.11
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19273.11
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19273.11
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19273.11
…523.8 (dotnet#1208)

- System.Reflection.Emit.Lightweight - 4.6.0-preview6.19273.8
- System.Reflection.Emit - 4.6.0-preview6.19273.8
- System.Reflection.Emit.ILGeneration - 4.6.0-preview6.19273.8
…524.6 (dotnet#1210)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19274.6
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19274.6
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19274.6
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19274.6
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19274.6
…524.8 (dotnet#1211)

- System.Reflection.Emit.Lightweight - 4.6.0-preview6.19274.8
- System.Reflection.Emit - 4.6.0-preview6.19274.8
- System.Reflection.Emit.ILGeneration - 4.6.0-preview6.19274.8
…527.2 (dotnet#1213)

- System.Reflection.Emit.Lightweight - 4.6.0-preview6.19277.2
- System.Reflection.Emit - 4.6.0-preview6.19277.2
- System.Reflection.Emit.ILGeneration - 4.6.0-preview6.19277.2
…528.1 (dotnet#1215)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19278.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19278.1
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19278.1
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19278.1
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19278.1
* Use GenFacades for netstandard facade

Previously this project was calling GenAPI itself, this can be removed
and replaced with the source-based GenFacades which is effectively doing
the same thing.

I chose to just allow for missing types rather than explicitly call out
 all missing types since this information was redundant to the APICompat
 reports.

* Exclude GenAPI and APICompat from source build
…529.5 (dotnet#1218)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19279.5
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19279.5
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19279.5
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19279.5
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19279.5
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19279.5
…530.2 (dotnet#1220)

- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19280.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19280.2
- Microsoft.DotNet.Build.Tasks.Packaging - 1.0.0-beta.19280.2
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19280.2
- Microsoft.DotNet.GenAPI - 1.0.0-beta.19280.2
- Microsoft.DotNet.GenFacades - 1.0.0-beta.19280.2
* Update dependencies from https://github.com/dotnet/corefx build 20190528.7

- System.Reflection.Emit.Lightweight - 4.6.0-preview6.19278.7
- System.Reflection.Emit - 4.6.0-preview6.19278.7
- System.Reflection.Emit.ILGeneration - 4.6.0-preview6.19278.7

* Update dependencies from https://github.com/dotnet/corefx build 20190529.8

- System.Reflection.Emit.Lightweight - 4.6.0-preview6.19279.8
- System.Reflection.Emit - 4.6.0-preview6.19279.8
- System.Reflection.Emit.ILGeneration - 4.6.0-preview6.19279.8

* Update dependencies from https://github.com/dotnet/corefx build 20190531.1

- System.Reflection.Emit.Lightweight - 4.6.0-preview6.19281.1
- System.Reflection.Emit - 4.6.0-preview6.19281.1
- System.Reflection.Emit.ILGeneration - 4.6.0-preview6.19281.1
@dotnet-maestro-bot dotnet-maestro-bot requested review from a team as code owners May 31, 2019 19:09
@wtgodbe wtgodbe closed this May 31, 2019
@wtgodbe wtgodbe reopened this May 31, 2019
@wtgodbe wtgodbe closed this May 31, 2019
@wtgodbe wtgodbe reopened this May 31, 2019
@wtgodbe
Copy link
Copy Markdown
Member

wtgodbe commented May 31, 2019

To cherry-pick:

#1222 - DONE

@wtgodbe
Copy link
Copy Markdown
Member

wtgodbe commented May 31, 2019

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@wtgodbe wtgodbe merged commit 034dbc3 into dotnet:release/3.0 May 31, 2019
@karelz karelz added this to the .NET Standard 2.1 milestone Jul 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants