CoreFX Renames (#872)
authorErhan Atesoglu <47518605+eanova@users.noreply.github.com>
Thu, 26 Dec 2019 23:44:23 +0000 (15:44 -0800)
committerDan Moseley <danmose@microsoft.com>
Thu, 26 Dec 2019 23:44:23 +0000 (15:44 -0800)
* CoreFX Renames

* Update ReadMe.SharedCode.md

* CoreFX renames to libraries

* Update ReadMe.SharedCode.md

Additions to formatting.

src/libraries/Common/src/System/Net/Http/Http2/ReadMe.SharedCode.md
src/libraries/Common/src/System/Security/IdentityHelper.cs
src/libraries/Common/tests/Tests/System/Net/Http2/ReadMe.SharedCode.md
src/libraries/System.Drawing.Common/src/System/Drawing/Printing/InvalidPrinterException.Serializable.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Printing/Margins.Serializable.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSize.Serializable.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PaperSource.Serializable.cs
src/libraries/System.Drawing.Common/src/System/Drawing/Printing/PrinterResolution.Serializable.cs

index d55fa81..c9c486d 100644 (file)
@@ -3,13 +3,14 @@ The code in this directory is shared between dotnet/runtime and aspnet/AspNetCor
 dotnet/runtime code paths:
 - runtime\src\libraries\Common\src\System\Net\Http\Http2
 - runtime\src\libraries\Common\tests\Tests\System\Net\Http2
+
 aspnet/AspNetCore code paths:
 - AspNetCore\src\Shared\Http2
 - AspNetCore\src\Shared\test\Shared.Tests\Http2
 
 ## Copying code
-To copy code from dotnet/runtime to aspnet/AspNetCore, set ASPNETCORE_REPO to the AspNetCore repo root and then run CopyToAspNetCore.cmd.
-To copy code from aspnet/AspNetCore to dotnet/runtime, set RUNTIME_REPO to the runtime repo root and then run CopyToRuntime.cmd.
+To copy code from dotnet/runtime to aspnet/AspNetCore, set ASPNETCORE_REPO to the AspNetCore repo root and then run CopyToAspNetCore.cmd.
+To copy code from aspnet/AspNetCore to dotnet/runtime, set RUNTIME_REPO to the runtime repo root and then run CopyToRuntime.cmd.
 
 ## Building dotnet/runtime code:
 - https://github.com/dotnet/runtime/blob/master/docs/libraries/building/windows-instructions.md
index a801af2..8b60fcd 100644 (file)
@@ -80,7 +80,7 @@ namespace System.Security
             }
         }
 
-        // This is from the NetFX Path class. The implementation in CoreFx was optimized for internal Path usage so
+        // This is from the NetFX Path class. The implementation in the runtime libraries was optimized for internal Path usage so
         // we can't share the implementation.
         internal static string ToBase32StringSuitableForDirName(byte[] buff)
         {
index e023a09..8cb8d8d 100644 (file)
@@ -1,3 +1,5 @@
-The code in this directory is shared between CoreFx and AspNetCore. This contains tests for HTTP/2 protocol infrastructure such as HPACK. Any changes to this dir need to be checked into both repositories.
+The code in this directory is shared between the runtime libraries and AspNetCore. This contains tests for HTTP/2 protocol infrastructure such as HPACK. Any changes to this dir need to be checked into both repositories.
 
-See corefx\src\Common\src\System\Net\Http\Http2\ReadMe.SharedCode.md or AspNetCore\src\Shared\Http2\ReadMe.SharedCode.md for additional details.
\ No newline at end of file
+For additional details see:
+- runtime/src/libraries/Common/src/System/Net/Http/Http2/ReadMe.SharedCode.md
+- AspNetCore/src/Shared/Http2/ReadMe.SharedCode.md
index c41779a..ce9ebec 100644 (file)
@@ -2,7 +2,7 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-// This file isn't built into the .csproj in corefx but is consumed by Mono.
+// This file isn't built into the .csproj in the runtime libraries but is consumed by Mono.
 
 using System.Runtime.Serialization;
 
index df0a1cf..03450f5 100644 (file)
@@ -2,7 +2,7 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-// This file isn't built into the .csproj in corefx but is consumed by Mono.
+// This file isn't built into the .csproj in the runtime libraries but is consumed by Mono.
 
 using System.Runtime.Serialization;
 
index ff9774a..b78473b 100644 (file)
@@ -2,7 +2,7 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-// This file isn't built into the .csproj in corefx but is consumed by Mono.
+// This file isn't built into the .csproj in the runtime libraries but is consumed by Mono.
 
 namespace System.Drawing.Printing
 {
index 85ec0c7..7b5031b 100644 (file)
@@ -2,7 +2,7 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-// This file isn't built into the .csproj in corefx but is consumed by Mono.
+// This file isn't built into the .csproj in the runtime libraries but is consumed by Mono.
 
 namespace System.Drawing.Printing
 {
index b223b32..91b1015 100644 (file)
@@ -2,7 +2,7 @@
 // The .NET Foundation licenses this file to you under the MIT license.
 // See the LICENSE file in the project root for more information.
 
-// This file isn't built into the .csproj in corefx but is consumed by Mono.
+// This file isn't built into the .csproj in the runtime libraries but is consumed by Mono.
 
 namespace System.Drawing.Printing
 {