Skip to content

Commit 6cb4ca2

Browse files
Move to Shared SqlSequentialStream (#1345)
1 parent e848450 commit 6cb4ca2

File tree

4 files changed

+70
-392
lines changed

4 files changed

+70
-392
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
@@ -554,6 +554,9 @@
554554
<Compile Include="..\..\src\Microsoft\Data\SqlClient\EnclavePackage.cs">
555555
<Link>Microsoft\Data\SqlClient\EnclavePackage.cs</Link>
556556
</Compile>
557+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlSequentialStream.cs">
558+
<Link>Microsoft\Data\SqlClient\SqlSequentialStream.cs</Link>
559+
</Compile>
557560
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs" />
558561

559562
<Compile Include="Microsoft\Data\SqlClient\Server\SqlSer.cs" />
@@ -581,7 +584,6 @@
581584
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
582585
<Compile Include="Microsoft\Data\SqlClient\SqlInternalTransaction.cs" />
583586
<Compile Include="Microsoft\Data\SqlClient\SqlParameter.cs" />
584-
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialStream.cs" />
585587
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialTextReader.cs" />
586588
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlStatistics.cs">
587589
<Link>Microsoft\Data\SqlClient\SqlStatistics.cs</Link>

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/SqlSequentialStream.cs

Lines changed: 0 additions & 317 deletions
This file was deleted.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,9 @@
563563
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlCredential.cs">
564564
<Link>Microsoft\Data\SqlClient\SqlCredential.cs</Link>
565565
</Compile>
566+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlSequentialStream.cs">
567+
<Link>Microsoft\Data\SqlClient\SqlSequentialStream.cs</Link>
568+
</Compile>
566569
<Compile Include="Microsoft\Data\SqlClient\SqlDataReader.cs" />
567570
<Compile Include="Microsoft\Data\SqlClient\SqlDataReaderSmi.cs" />
568571
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs" />
@@ -573,7 +576,6 @@
573576
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
574577
<Compile Include="Microsoft\Data\SqlClient\sqlinternaltransaction.cs" />
575578
<Compile Include="Microsoft\Data\SqlClient\SqlParameter.cs" />
576-
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialStream.cs" />
577579
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialStreamSmi.cs" />
578580
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialTextReader.cs" />
579581
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialTextReaderSmi.cs" />

0 commit comments

Comments
 (0)