From: Jan Kotas Date: Mon, 6 Jan 2020 17:07:16 +0000 (-0800) Subject: Move Corelib shared files under Common (#1307) X-Git-Tag: submit/tizen/20210909.063632~10558 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25d316cefafc4c3884f38acf7bdef971d2b9fe4b;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Move Corelib shared files under Common (#1307) Contributes to #1232 --- diff --git a/src/libraries/System.Private.CoreLib/src/System/IO/StreamHelpers.CopyValidation.cs b/src/libraries/Common/src/System/IO/StreamHelpers.CopyValidation.cs similarity index 100% rename from src/libraries/System.Private.CoreLib/src/System/IO/StreamHelpers.CopyValidation.cs rename to src/libraries/Common/src/System/IO/StreamHelpers.CopyValidation.cs diff --git a/src/libraries/System.Private.CoreLib/src/System/IO/Win32Marshal.cs b/src/libraries/Common/src/System/IO/Win32Marshal.cs similarity index 100% rename from src/libraries/System.Private.CoreLib/src/System/IO/Win32Marshal.cs rename to src/libraries/Common/src/System/IO/Win32Marshal.cs diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/PreserveDependencyAttribute.cs b/src/libraries/Common/src/System/Runtime/CompilerServices/PreserveDependencyAttribute.cs similarity index 100% rename from src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/PreserveDependencyAttribute.cs rename to src/libraries/Common/src/System/Runtime/CompilerServices/PreserveDependencyAttribute.cs diff --git a/src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/NonVersionableAttribute.cs b/src/libraries/Common/src/System/Runtime/Versioning/NonVersionableAttribute.cs similarity index 100% rename from src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/NonVersionableAttribute.cs rename to src/libraries/Common/src/System/Runtime/Versioning/NonVersionableAttribute.cs diff --git a/src/libraries/System.Private.CoreLib/src/System/Text/StringBuilderCache.cs b/src/libraries/Common/src/System/Text/StringBuilderCache.cs similarity index 100% rename from src/libraries/System.Private.CoreLib/src/System/Text/StringBuilderCache.cs rename to src/libraries/Common/src/System/Text/StringBuilderCache.cs diff --git a/src/libraries/System.Private.CoreLib/src/System/Text/ValueStringBuilder.cs b/src/libraries/Common/src/System/Text/ValueStringBuilder.cs similarity index 100% rename from src/libraries/System.Private.CoreLib/src/System/Text/ValueStringBuilder.cs rename to src/libraries/Common/src/System/Text/ValueStringBuilder.cs diff --git a/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskToApm.cs b/src/libraries/Common/src/System/Threading/Tasks/TaskToApm.cs similarity index 100% rename from src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskToApm.cs rename to src/libraries/Common/src/System/Threading/Tasks/TaskToApm.cs diff --git a/src/libraries/Common/tests/Common.Tests.csproj b/src/libraries/Common/tests/Common.Tests.csproj index 2947e4c..894656a 100644 --- a/src/libraries/Common/tests/Common.Tests.csproj +++ b/src/libraries/Common/tests/Common.Tests.csproj @@ -99,8 +99,8 @@ Common\System\Text\SimpleRegex.cs - - System\Text\ValueStringBuilder.cs + + Common\System\Text\ValueStringBuilder.cs Common\System\Security\IdentityHelper.cs @@ -139,8 +139,8 @@ - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs System\IO\PathInternal.cs @@ -160,8 +160,8 @@ Common\Interop\Windows\Interop.Errors.cs - - System\IO\Win32Marshal.cs + + Common\System\IO\Win32Marshal.cs diff --git a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj b/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj index 34a47ae..ae48202 100644 --- a/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj +++ b/src/libraries/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj @@ -10,7 +10,6 @@ true true - @@ -24,9 +23,9 @@ - - - + + + diff --git a/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj b/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj index cd814ce..8d44f18 100644 --- a/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj +++ b/src/libraries/Microsoft.IO.Redist/src/Microsoft.IO.Redist.csproj @@ -64,8 +64,8 @@ - - + + diff --git a/src/libraries/System.AppContext/src/System.AppContext.csproj b/src/libraries/System.AppContext/src/System.AppContext.csproj index 09c8bdd..e8b0685 100644 --- a/src/libraries/System.AppContext/src/System.AppContext.csproj +++ b/src/libraries/System.AppContext/src/System.AppContext.csproj @@ -5,8 +5,7 @@ true $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release - - \ No newline at end of file + diff --git a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj index 41fd39c..63d7a2c 100644 --- a/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj +++ b/src/libraries/System.Collections.Immutable/src/System.Collections.Immutable.csproj @@ -85,7 +85,7 @@ - + Common\System\Runtime\Versioning\NonVersionableAttribute.cs @@ -113,4 +113,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Collections/src/System.Collections.csproj b/src/libraries/System.Collections/src/System.Collections.csproj index 8509e28..f1b6fdb 100644 --- a/src/libraries/System.Collections/src/System.Collections.csproj +++ b/src/libraries/System.Collections/src/System.Collections.csproj @@ -6,7 +6,6 @@ $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release enable - @@ -45,4 +44,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj index c8051d2..2808967 100644 --- a/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj +++ b/src/libraries/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj @@ -239,7 +239,7 @@ - + Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs diff --git a/src/libraries/System.Console/src/System.Console.csproj b/src/libraries/System.Console/src/System.Console.csproj index 9fab4c0..1bb8e0b 100644 --- a/src/libraries/System.Console/src/System.Console.csproj +++ b/src/libraries/System.Console/src/System.Console.csproj @@ -159,11 +159,11 @@ Common\System\IO\EncodingHelper.Windows.cs - - System\IO\Win32Marshal.cs + + Common\System\IO\Win32Marshal.cs - - System\Text\ValueStringBuilder.cs + + Common\System\Text\ValueStringBuilder.cs @@ -181,7 +181,7 @@ Common\System\IO\PersistedFiles.Names.Unix.cs - + Common\System\Text\StringBuilderCache.cs diff --git a/src/libraries/System.Data.Common/src/System.Data.Common.csproj b/src/libraries/System.Data.Common/src/System.Data.Common.csproj index ae8deb1..106561b 100644 --- a/src/libraries/System.Data.Common/src/System.Data.Common.csproj +++ b/src/libraries/System.Data.Common/src/System.Data.Common.csproj @@ -301,7 +301,7 @@ - + Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs diff --git a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj index d471cb8..6f6bbae 100644 --- a/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj +++ b/src/libraries/System.Data.SqlClient/src/System.Data.SqlClient.csproj @@ -190,8 +190,8 @@ System\Data\SQLTypes\SQLResource.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs @@ -232,8 +232,8 @@ Common\System\Runtime\InteropServices\SuppressGCTransitionAttribute.internal.cs - - CoreLib\System\Text\ValueStringBuilder.cs + + Common\System\Text\ValueStringBuilder.cs Common\Interop\Windows\Interop.Errors.cs diff --git a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj index b52752c..b8e47f3 100644 --- a/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj +++ b/src/libraries/System.Diagnostics.DiagnosticSource/src/System.Diagnostics.DiagnosticSource.csproj @@ -19,7 +19,7 @@ - + Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs diff --git a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj index 7434e3f..60d44be 100644 --- a/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj +++ b/src/libraries/System.Diagnostics.Process/src/System.Diagnostics.Process.csproj @@ -299,7 +299,7 @@ - + Common\System\Text\ValueStringBuilder.cs diff --git a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj index 72f8390..4b9073d 100644 --- a/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj +++ b/src/libraries/System.IO.Compression.Brotli/src/System.IO.Compression.Brotli.csproj @@ -6,7 +6,6 @@ enable $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release - @@ -18,8 +17,8 @@ - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs Common\Microsoft\Win32\SafeHandles\SafeBrotliHandle.cs @@ -51,4 +50,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj index 699eef5..929bb67 100644 --- a/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj +++ b/src/libraries/System.IO.Compression.Brotli/tests/System.IO.Compression.Brotli.Tests.csproj @@ -22,8 +22,8 @@ Common\System\IO\TempFile.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs @@ -30,4 +29,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj index 168e3d4..4ab5645 100644 --- a/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj +++ b/src/libraries/System.IO.Compression/src/System.IO.Compression.csproj @@ -6,7 +6,6 @@ $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release enable - @@ -36,11 +35,11 @@ - - System\IO\StreamHelpers.CopyValidation.cs + + Common\System\IO\StreamHelpers.CopyValidation.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj index bc96746..5dd3764 100644 --- a/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj +++ b/src/libraries/System.IO.Compression/tests/System.IO.Compression.Tests.csproj @@ -43,8 +43,8 @@ Common\System\IO\Compression\ZipTestHelper.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs - - + + @@ -78,7 +78,7 @@ - + diff --git a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj index 69b679d..ed1097e 100644 --- a/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj +++ b/src/libraries/System.IO.MemoryMappedFiles/src/System.IO.MemoryMappedFiles.csproj @@ -90,8 +90,8 @@ Common\Interop\Windows\Interop.VirtualQuery.cs - - System\IO\Win32Marshal.cs + + Common\System\IO\Win32Marshal.cs diff --git a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj index 84019bd..8b3b642 100644 --- a/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj +++ b/src/libraries/System.IO.Pipelines/src/System.IO.Pipelines.csproj @@ -4,8 +4,8 @@ enable - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj b/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj index 4901029..7ad16fd 100644 --- a/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj +++ b/src/libraries/System.IO.Pipes/src/System.IO.Pipes.csproj @@ -18,8 +18,8 @@ - - + + @@ -56,7 +56,7 @@ - + diff --git a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj index a4e167e..60aae57 100644 --- a/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj +++ b/src/libraries/System.IO.Ports/src/System.IO.Ports.csproj @@ -123,8 +123,8 @@ Common\Interop\Windows\Kernel32\Interop.CloseHandle.cs - - System\IO\Win32Marshal.cs + + Common\System\IO\Win32Marshal.cs Common\Interop\Windows\Interop.FormatMessage.cs @@ -175,8 +175,8 @@ Common\Interop\Unix\System.Native\Interop.Shutdown.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.IO/src/System.IO.csproj b/src/libraries/System.IO/src/System.IO.csproj index b205fb8..eab30b2 100644 --- a/src/libraries/System.IO/src/System.IO.csproj +++ b/src/libraries/System.IO/src/System.IO.csproj @@ -4,9 +4,8 @@ true $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release - - \ No newline at end of file + diff --git a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj index c4e9ba1..b714f10 100644 --- a/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj +++ b/src/libraries/System.Linq.Expressions/src/System.Linq.Expressions.csproj @@ -16,7 +16,7 @@ Common\System\Collections\Generic\ArrayBuilder.cs - + Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj index 3db86a0..4fd9d24 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj @@ -83,7 +83,7 @@ Common\System\Threading\Tasks\RendezvousAwaitable.cs - + System\System\Threading\Tasks\TaskToApm.cs @@ -101,8 +101,8 @@ - - System\IO\StreamHelpers.CopyValidation.cs + + Common\System\IO\StreamHelpers.CopyValidation.cs Common\System\Net\Logging\NetEventSource.Common.cs diff --git a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj index 7b0700a..95514da 100644 --- a/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj +++ b/src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/System.Net.Http.WinHttpHandler.Unit.Tests.csproj @@ -40,8 +40,8 @@ Common\System\StringExtensions.cs - - System\IO\StreamHelpers.CopyValidation.cs + + Common\System\IO\StreamHelpers.CopyValidation.cs Common\System\Net\HttpKnownHeaderNames.cs @@ -85,8 +85,8 @@ Common\System\Threading\Tasks\RendezvousAwaitable.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs ProductionCode\WinHttpAuthHelper.cs @@ -161,4 +161,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Net.Http/src/System.Net.Http.csproj b/src/libraries/System.Net.Http/src/System.Net.Http.csproj index 080557d..75f15f2 100644 --- a/src/libraries/System.Net.Http/src/System.Net.Http.csproj +++ b/src/libraries/System.Net.Http/src/System.Net.Http.csproj @@ -87,8 +87,8 @@ - - System\IO\StreamHelpers.CopyValidation.cs + + Common\System\IO\StreamHelpers.CopyValidation.cs Common\System\Net\Security\SslClientAuthenticationOptionsExtensions.cs @@ -99,7 +99,7 @@ Common\System\IO\ReadOnlyMemoryStream.cs - + Common\System\Text\StringBuilderCache.cs @@ -407,7 +407,7 @@ Common\System\Threading\Tasks\RendezvousAwaitable.cs - + System\System\Threading\Tasks\TaskToApm.cs @@ -591,8 +591,8 @@ Common\System\Net\Security\CertificateHelper.Unix.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj index b4957fd..a9722af 100644 --- a/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj +++ b/src/libraries/System.Net.Http/tests/UnitTests/System.Net.Http.Unit.Tests.csproj @@ -20,11 +20,11 @@ ProductionCode\Common\System\StringExtensions.cs - + ProductionCode\Common\System\Text\StringBuilderCache.cs - - ProductionCode\System\IO\StreamHelpers.CopyValidation.cs + + ProductionCode\Common\System\IO\StreamHelpers.CopyValidation.cs ProductionCode\Common\System\Net\InternalException.cs @@ -86,8 +86,8 @@ ProductionCode\Common\src\System\Net\Mail\WhitespaceReader.cs - - ProductionCode\System\Threading\Tasks\TaskToApm.cs + + ProductionCode\Common\System\Threading\Tasks\TaskToApm.cs ProductionCode\System\Net\Http\SocketsHttpHandler\AuthenticationHelper.Digest.cs diff --git a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj index ffd1509..cd5507a 100644 --- a/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj +++ b/src/libraries/System.Net.HttpListener/src/System.Net.HttpListener.csproj @@ -100,7 +100,7 @@ Common\System\Net\WebSockets\WebSocketValidate.cs - + Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs @@ -354,8 +354,8 @@ - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj index fa35571..b174073 100644 --- a/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj +++ b/src/libraries/System.Net.Mail/src/System.Net.Mail.csproj @@ -3,7 +3,6 @@ true $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release - diff --git a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj index 24bc5f0..e361f25 100644 --- a/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj +++ b/src/libraries/System.Net.NameResolution/src/System.Net.NameResolution.csproj @@ -18,8 +18,8 @@ Common\System\Net\InternalException.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj index 2368b52..9823092 100644 --- a/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj +++ b/src/libraries/System.Net.NameResolution/tests/UnitTests/System.Net.NameResolution.Unit.Tests.csproj @@ -40,8 +40,8 @@ Common\System\Net\InternalException.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs \ No newline at end of file diff --git a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj index e73538a..59894be 100644 --- a/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj +++ b/src/libraries/System.Net.NetworkInformation/src/System.Net.NetworkInformation.csproj @@ -185,8 +185,8 @@ Common\Interop\CoreLib\Unix\Interop.Errors.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs Common\System\IO\RowConfigReader.cs diff --git a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj index 1d4d798..6e64fc8 100644 --- a/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj +++ b/src/libraries/System.Net.Primitives/src/System.Net.Primitives.csproj @@ -88,10 +88,10 @@ Common\System\Marvin.cs - + Common\System\Text\StringBuilderCache.cs - + Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs diff --git a/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj b/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj index 721c24b..e1cf405 100644 --- a/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj +++ b/src/libraries/System.Net.Primitives/tests/PalTests/System.Net.Primitives.Pal.Tests.csproj @@ -44,7 +44,7 @@ ProductionCode\Common\System\Marvin.cs - + ProductionCode\Common\System\Text\StringBuilderCache.cs diff --git a/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj b/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj index 4bc6c8e..3d38081 100644 --- a/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj +++ b/src/libraries/System.Net.Primitives/tests/UnitTests/System.Net.Primitives.UnitTests.Tests.csproj @@ -59,7 +59,7 @@ ProductionCode\System\Net\IPAddressParser.cs - + Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs @@ -90,7 +90,7 @@ Common\System\Marvin.cs - + Common\System\Text\StringBuilderCache.cs diff --git a/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj b/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj index 939539f..fed9eb4 100644 --- a/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj +++ b/src/libraries/System.Net.Quic/src/System.Net.Quic.csproj @@ -18,8 +18,8 @@ - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj b/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj index 4e87c16..47dc24c 100644 --- a/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj +++ b/src/libraries/System.Net.Requests/src/System.Net.Requests.csproj @@ -84,8 +84,8 @@ Common\System\NotImplemented.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.Net.Security/src/System.Net.Security.csproj b/src/libraries/System.Net.Security/src/System.Net.Security.csproj index b6420ae..cc95da4 100644 --- a/src/libraries/System.Net.Security/src/System.Net.Security.csproj +++ b/src/libraries/System.Net.Security/src/System.Net.Security.csproj @@ -82,8 +82,8 @@ Common\System\NotImplemented.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs Common\System\Net\Security\SSPIHandleCache.cs diff --git a/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj b/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj index 275b2d8..5c8b0d3 100644 --- a/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj +++ b/src/libraries/System.Net.Security/tests/EnterpriseTests/System.Net.Security.Enterprise.Tests.csproj @@ -19,8 +19,8 @@ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs - - ProductionCode\System\Threading\Tasks\TaskToApm.cs + + ProductionCode\Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj index b876bdb..4d48217 100644 --- a/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj +++ b/src/libraries/System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj @@ -79,8 +79,8 @@ Common\System\Threading\Tasks\TaskTimeoutExtensions.cs - - ProductionCode\System\Threading\Tasks\TaskToApm.cs + + ProductionCode\Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj index 09d343b..f838d88 100644 --- a/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj +++ b/src/libraries/System.Net.Security/tests/UnitTests/System.Net.Security.Unit.Tests.csproj @@ -67,8 +67,8 @@ Common\Interop\Windows\SChannel\Interop.Alerts.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj b/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj index 73f53e6..d3adc6c 100644 --- a/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj +++ b/src/libraries/System.Net.ServicePoint/src/System.Net.ServicePoint.csproj @@ -4,7 +4,6 @@ $(NoWarn);CA5364 $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release - @@ -21,4 +20,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj index 120067d..5126d46 100644 --- a/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj +++ b/src/libraries/System.Net.Sockets/src/System.Net.Sockets.csproj @@ -47,8 +47,8 @@ - - System\IO\StreamHelpers.CopyValidation.cs + + Common\System\IO\StreamHelpers.CopyValidation.cs @@ -269,8 +269,8 @@ Common\System\Net\Sockets\SocketErrorPal.Unix - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs Common\Interop\Unix\Interop.Errors.cs diff --git a/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj b/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj index 43d26b8..dc545bd 100644 --- a/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj +++ b/src/libraries/System.Net.Sockets/tests/FunctionalTests/System.Net.Sockets.Tests.csproj @@ -96,8 +96,8 @@ Common\System\Buffers\NativeMemoryManager.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs Common\System\Diagnostics\Tracing\TestEventListener.cs diff --git a/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj b/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj index 020d3ec..e9c6ee9 100644 --- a/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj +++ b/src/libraries/System.Net.WebClient/src/System.Net.WebClient.csproj @@ -3,7 +3,6 @@ true $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release - @@ -38,4 +37,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj b/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj index 936dfb4..5360560 100644 --- a/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj +++ b/src/libraries/System.Net.WebProxy/src/System.Net.WebProxy.csproj @@ -3,7 +3,6 @@ true $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release - @@ -18,4 +17,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems index cf8edf1..f749cfd 100644 --- a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems +++ b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems @@ -327,7 +327,6 @@ - @@ -734,7 +733,6 @@ - @@ -786,7 +784,6 @@ - @@ -822,7 +819,6 @@ - @@ -881,7 +877,6 @@ - @@ -935,6 +930,21 @@ + + Common\System\Runtime\Versioning\NonVersionableAttribute.cs + + + Common\System\IO\StreamHelpers.CopyValidation.cs + + + Common\System\Text\StringBuilderCache.cs + + + Common\System\Text\ValueStringBuilder.cs + + + Common\System\Threading\Tasks\TaskToApm.cs + @@ -1438,8 +1448,10 @@ Common\Interop\Windows\Kernel32\Interop.WriteFile_SafeHandle_IntPtr.cs + + Common\System\IO\Win32Marshal.cs + - diff --git a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj index a7e3afb..d1decdd 100644 --- a/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj +++ b/src/libraries/System.Private.Uri/src/System.Private.Uri.csproj @@ -37,8 +37,8 @@ - - System\Text\ValueStringBuilder.cs + + Common\System\Text\ValueStringBuilder.cs diff --git a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj index d00150a..d21d2e7 100644 --- a/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj +++ b/src/libraries/System.Private.Uri/tests/UnitTests/System.Private.Uri.Unit.Tests.csproj @@ -16,8 +16,8 @@ - - System\Text\ValueStringBuilder.cs + + Common\System\Text\ValueStringBuilder.cs diff --git a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj index 296f1a3..dddd42f 100644 --- a/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj +++ b/src/libraries/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj @@ -7,10 +7,10 @@ - System\Collections\Generic\EnumerableHelpers.cs + Common\System\Collections\Generic\EnumerableHelpers.cs - - System\Text\StringBuilderCache.cs + + Common\System\Text\StringBuilderCache.cs @@ -58,4 +58,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj index 5ba65df..4c4d656 100644 --- a/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj +++ b/src/libraries/System.Private.Xml/src/System.Private.Xml.csproj @@ -8,11 +8,11 @@ $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release - - System\StringBuilderCache.cs + + Common\System\StringBuilderCache.cs - System\Marvin.cs + Common\System\Marvin.cs @@ -809,4 +809,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj b/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj index cd08326..503cfbd 100644 --- a/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj +++ b/src/libraries/System.Runtime.Extensions/src/System.Runtime.Extensions.csproj @@ -36,16 +36,16 @@ - - System\IO\StreamHelpers.CopyValidation.cs + + Common\System\IO\StreamHelpers.CopyValidation.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs Common\System\HResults.cs - + CoreLib\System\Text\ValueStringBuilder.cs @@ -55,8 +55,8 @@ - - System\IO\Win32Marshal.cs + + Common\System\IO\Win32Marshal.cs Common\Interop\Windows\Interop.Libraries.cs @@ -101,10 +101,10 @@ CoreLib\System\IO\PathInternal.Windows.cs - CoreLib\Interop\Windows\Kernel32\Interop.GetLongPathNameW.cs + Common\Interop\Windows\Kernel32\Interop.GetLongPathNameW.cs - CoreLib\Interop\Windows\Kernel32\Interop.GetFullPathNameW.cs + Common\Interop\Windows\Kernel32\Interop.GetFullPathNameW.cs diff --git a/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj b/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj index 2183479..a25f8bf 100644 --- a/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj +++ b/src/libraries/System.Runtime.Numerics/src/System.Runtime.Numerics.csproj @@ -23,7 +23,7 @@ System\Globalization\FormatProvider.Number.cs - + CoreLib\System\Text\ValueStringBuilder.cs diff --git a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj index acefae7..efcc00e 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.WindowsRuntime/src/System.Runtime.WindowsRuntime.csproj @@ -89,9 +89,6 @@ Common\System\Runtime\InteropServices\WindowsRuntime\WindowsRuntimeImportAttribute.cs - - Common\System\WinRTFolderPaths.cs - Common\Interop\Windows\kernel32\Interop.ResolveLocaleName.cs @@ -107,8 +104,8 @@ Common\Interop\Windows\Interop.Errors.cs - - System\IO\Win32Marshal.cs + + Common\System\IO\Win32Marshal.cs @@ -119,4 +116,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj b/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj index ce7eecb..1158601 100644 --- a/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj +++ b/src/libraries/System.Security.Claims/src/System.Security.Claims.csproj @@ -3,7 +3,6 @@ System.Security.Claims $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release - @@ -20,4 +19,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj index 89e1350..afb7775 100644 --- a/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj +++ b/src/libraries/System.Security.Cryptography.Primitives/src/System.Security.Cryptography.Primitives.csproj @@ -39,8 +39,8 @@ Common\System\Security\Cryptography\Oids.cs - - System\Threading\Tasks\TaskToApm.cs + + Common\System\Threading\Tasks\TaskToApm.cs diff --git a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj index 02f65c4..aa50672 100644 --- a/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj +++ b/src/libraries/System.Security.Permissions/src/System.Security.Permissions.csproj @@ -180,13 +180,13 @@ - + System\Security\IStackWalk.cs - + System\Security\PermissionSet.cs - + System\Security\Permissions\PermissionState.cs @@ -227,4 +227,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj b/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj index f41cd48..178c2e5 100644 --- a/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj +++ b/src/libraries/System.Security.Principal/src/System.Security.Principal.csproj @@ -6,7 +6,6 @@ enable $(NetCoreAppCurrent)-Unix-Debug;$(NetCoreAppCurrent)-Unix-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release - @@ -14,4 +13,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj index 9229fba..d2dc50f 100644 --- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj +++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj @@ -7,8 +7,8 @@ net461-Windows_NT-Debug;net461-Windows_NT-Release;$(NetCoreAppCurrent)-Windows_NT-Debug;$(NetCoreAppCurrent)-Windows_NT-Release;$(NetFrameworkCurrent)-Windows_NT-Debug;$(NetFrameworkCurrent)-Windows_NT-Release;netstandard2.0-Debug;netstandard2.0-Release;netstandard2.0-Windows_NT-Debug;netstandard2.0-Windows_NT-Release - - System\Text\ValueStringBuilder.cs + + Common\System\Text\ValueStringBuilder.cs Common\Interop\Windows\Interop.Libraries.cs diff --git a/src/libraries/System.Text.Json/src/System.Text.Json.csproj b/src/libraries/System.Text.Json/src/System.Text.Json.csproj index 9374318..6f57079 100644 --- a/src/libraries/System.Text.Json/src/System.Text.Json.csproj +++ b/src/libraries/System.Text.Json/src/System.Text.Json.csproj @@ -167,7 +167,7 @@ - + Common\System\Runtime\CompilerServices\PreserveDependencyAttribute.cs diff --git a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj index 8d62fa6..469d9f6 100644 --- a/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj +++ b/src/libraries/System.Text.RegularExpressions/src/System.Text.RegularExpressions.csproj @@ -53,7 +53,7 @@ Common\System\Collections\Generic\ValueListBuilder.cs - + Common\System\Text\ValueStringBuilder.cs diff --git a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj index 4d94d6b..7f8a86d 100644 --- a/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj +++ b/src/libraries/System.Threading.AccessControl/src/System.Threading.AccessControl.csproj @@ -19,7 +19,7 @@ - + diff --git a/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj b/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj index f7e2bc1..858bf15 100644 --- a/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj +++ b/src/libraries/System.Transactions.Local/src/System.Transactions.Local.csproj @@ -5,7 +5,6 @@ $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release enable - @@ -59,4 +58,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj index 433eda4..24c0080 100644 --- a/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj +++ b/src/libraries/System.Web.HttpUtility/src/System.Web.HttpUtility.csproj @@ -4,7 +4,6 @@ enable $(NetCoreAppCurrent)-Debug;$(NetCoreAppCurrent)-Release - @@ -23,4 +22,4 @@ - \ No newline at end of file + diff --git a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj index 654a47c..13f9e49 100644 --- a/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj +++ b/src/libraries/System.Windows.Extensions/src/System.Windows.Extensions.csproj @@ -56,12 +56,12 @@ Common\Microsoft\Win32\SafeHandles\SafeHandleCache.cs + + Common\System\Text\ValueStringBuilder.cs + - - CoreLib\System\Text\ValueStringBuilder.cs - @@ -94,4 +94,4 @@ - \ No newline at end of file +