Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit bb797ab

Browse files
alexperovichsafern
authored andcommitted
Move StringBuilder to shared partition (dotnet/coreclr#10357)
* Move StringBuilder to shared partition * Fix PR comments * s/CoreClr/CoreCLR * Remove unused ThreadSafeCopy overload * Actually rename the file Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
1 parent c24d4b7 commit bb797ab

File tree

2 files changed

+2441
-0
lines changed

2 files changed

+2441
-0
lines changed

src/Common/src/CoreLib/System.Private.CoreLib.Shared.projitems

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
<Compile Include="$(MSBuildThisFileDirectory)System\StringSplitOptions.cs"/>
212212
<Compile Include="$(MSBuildThisFileDirectory)System\SystemException.cs"/>
213213
<Compile Include="$(MSBuildThisFileDirectory)System\Text\Normalization.cs"/>
214+
<Compile Include="$(MSBuildThisFileDirectory)System\Text\StringBuilder.cs"/>
214215
<Compile Include="$(MSBuildThisFileDirectory)System\ThreadAttributes.cs"/>
215216
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\DeferredDisposableLifetime.cs"/>
216217
<Compile Include="$(MSBuildThisFileDirectory)System\Threading\Timeout.cs"/>

0 commit comments

Comments
 (0)