Auto-generate the reference assemblies to normalize them (dotnet/corefx#39681)
authorAhson Khan <ahson_ahmedk@yahoo.com>
Thu, 25 Jul 2019 03:44:48 +0000 (20:44 -0700)
committermsftbot[bot] <48340428+msftbot[bot]@users.noreply.github.com>
Thu, 25 Jul 2019 03:44:48 +0000 (03:44 +0000)
commitc59af1de67f5b7614c8e6f0478d03844f405be4b
treeff7b63e973d7e2c9332690bb1bf4d099de43dc4e
parent4f76a9ffa2e97ad15d7ebfa3b670c811b143e415
Auto-generate the reference assemblies to normalize them (dotnet/corefx#39681)

* Update Microsoft.VisualBasic.Core ref

* Update System.Collections.Concurrent ref

* Update System.Collections.Immutable ref

* Update System.Collections ref

* Update System.ComponentModel.Composition ref

* Update System.Data.Common ref

* Update System.Data.OleDb ref

* Update System.Data.SqlClient ref for netcoreapp

* Update System.Diagnostics.DiagnosticSource ref and DiagnosticSourceActivity.cs

* Update System.IO.Packaging ref for netcoreapp

* Update System.IO.Pipelines ref

* Update System.Linq ref

* Update System.Net.Http ref

* Update System.Net.Security ref

* Update System.Numerics.Tensors ref

* Update System.Reflection.Emit for netcore

* Update System.Security.AccessControl ref

* Update System.Security.Permissions ref

* Update System.ServiceModel.Syndication ref

* Update System.Text.Encodings.Web ref

* Update System.Threading.Channels ref for netcoreapp

* Update System.Utf8String.Experimental ref

* Update System.Utf8String.Experimental csproj to reference new file.

* Upat eSystem.Runtime ref and Manual ref

* Update Microsoft.Bcl.AsyncInterfaces ref

* Disable warning CS8617 for missing nullability annotations within
explicit interface methods.

* Revert System.Runtime.cs back to what's in master.

* Update System.Runtime ref (single change - System.Char -> char).

* Revert System.Collections.Immutable back to what's in master (keep
readonly on private fields).

* Update System.Runtime ref and add comment in Manual ref file for
TypedReference.

Commit migrated from https://github.com/dotnet/corefx/commit/bdd0814360d4c3a58860919f292a306242f27da1
28 files changed:
eng/ReferenceAssemblies.props
src/libraries/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.cs
src/libraries/Microsoft.VisualBasic.Core/ref/Microsoft.VisualBasic.Core.cs
src/libraries/System.Collections.Concurrent/ref/System.Collections.Concurrent.cs
src/libraries/System.Collections/ref/System.Collections.cs
src/libraries/System.ComponentModel.Composition/ref/System.ComponentModel.Composition.cs
src/libraries/System.Data.Common/ref/System.Data.Common.cs
src/libraries/System.Data.OleDb/ref/System.Data.OleDb.cs
src/libraries/System.Data.SqlClient/ref/System.Data.SqlClient.NetCoreApp.cs
src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSource.cs
src/libraries/System.Diagnostics.DiagnosticSource/ref/System.Diagnostics.DiagnosticSourceActivity.cs
src/libraries/System.IO.Packaging/ref/System.IO.Packaging.PackUriScheme.cs
src/libraries/System.IO.Pipelines/ref/System.IO.Pipelines.cs
src/libraries/System.Linq/ref/System.Linq.cs
src/libraries/System.Net.Http/ref/System.Net.Http.cs
src/libraries/System.Net.Security/ref/System.Net.Security.cs
src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.cs
src/libraries/System.Reflection.Emit/ref/System.Reflection.Emit.netcore.cs
src/libraries/System.Runtime/ref/System.Runtime.Manual.cs
src/libraries/System.Runtime/ref/System.Runtime.cs
src/libraries/System.Security.AccessControl/ref/System.Security.AccessControl.cs
src/libraries/System.Security.Permissions/ref/System.Security.Permissions.cs
src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.netcoreapp.cs
src/libraries/System.Text.Encodings.Web/ref/System.Text.Encodings.Web.cs
src/libraries/System.Threading.Channels/ref/System.Threading.Channels.netcoreapp.cs
src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.cs [new file with mode: 0644]
src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.Experimental.csproj
src/libraries/System.Utf8String.Experimental/ref/System.Utf8String.cs [deleted file]