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

Commit 3a72414

Browse files
alexperovichsafern
authored andcommitted
Move System.Convert code to shared partition (dotnet/coreclr#10178)
* Move System.Convert code to shared partition * Use ReferenceEquals for type equality Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
1 parent 47c7608 commit 3a72414

File tree

2 files changed

+3027
-0
lines changed

2 files changed

+3027
-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
@@ -86,6 +86,7 @@
8686
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\IEnumerator.cs"/>
8787
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\IEqualityComparer.cs"/>
8888
<Compile Include="$(MSBuildThisFileDirectory)System\Collections\IList.cs"/>
89+
<Compile Include="$(MSBuildThisFileDirectory)System\Convert.cs"/>
8990
<Compile Include="$(MSBuildThisFileDirectory)System\Action.cs"/>
9091
<Compile Include="$(MSBuildThisFileDirectory)System\ApplicationException.cs"/>
9192
<Compile Include="$(MSBuildThisFileDirectory)System\ArgumentNullException.cs"/>

0 commit comments

Comments
 (0)