Skip to content

Commit 9583088

Browse files
Move to Shared SqlSequentialTextReader (#1343)
1 parent 66ffa40 commit 9583088

File tree

4 files changed

+20
-570
lines changed

4 files changed

+20
-570
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@
171171
</Compile>
172172
<Compile Include="..\..\src\Microsoft\Data\SqlClient\RowsCopiedEventHandler.cs">
173173
<Link>Microsoft\Data\SqlClient\RowsCopiedEventHandler.cs</Link>
174+
</Compile>
175+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlSequentialTextReader.cs">
176+
<Link>Microsoft\Data\SqlClient\SqlSequentialTextReader.cs</Link>
174177
</Compile>
175178
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\ExtendedClrTypeCode.cs">
176179
<Link>Microsoft\Data\SqlClient\Server\ExtendedClrTypeCode.cs</Link>
@@ -638,7 +641,6 @@
638641
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnection.cs" />
639642
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
640643
<Compile Include="Microsoft\Data\SqlClient\SqlParameter.cs" />
641-
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialTextReader.cs" />
642644
<Compile Include="Microsoft\Data\SqlClient\SqlTransaction.cs" />
643645
<Compile Include="Microsoft\Data\SqlClient\SqlUtil.cs" />
644646
<Compile Include="Microsoft\Data\SqlClient\TdsParser.cs" />

src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,9 @@
521521
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlStatistics.cs">
522522
<Link>Microsoft\Data\SqlClient\SqlStatistics.cs</Link>
523523
</Compile>
524+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlSequentialTextReader.cs">
525+
<Link>Microsoft\Data\SqlClient\SqlSequentialTextReader.cs</Link>
526+
</Compile>
524527
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlSymmetricKeyCache.cs">
525528
<Link>Microsoft\Data\SqlClient\SqlSymmetricKeyCache.cs</Link>
526529
</Compile>
@@ -623,7 +626,6 @@
623626
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
624627
<Compile Include="Microsoft\Data\SqlClient\SqlParameter.cs" />
625628
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialStreamSmi.cs" />
626-
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialTextReader.cs" />
627629
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialTextReaderSmi.cs" />
628630
<Compile Include="Microsoft\Data\SqlClient\SqlTransaction.cs" />
629631
<Compile Include="Microsoft\Data\SqlClient\SqlUtil.cs" />

0 commit comments

Comments
 (0)