Skip to content

Commit bea3e67

Browse files
authored
Merged DbConnectionClosed, DbConnectionFactory, SqlAuthenticationProviderManager (#2410)
1 parent 71deba6 commit bea3e67

File tree

11 files changed

+239
-1380
lines changed

11 files changed

+239
-1380
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Common/src/Microsoft/Data/ProviderBase/DbConnectionFactory.cs

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

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@
4141
<Compile Include="$(CommonPath)\CoreLib\System\Threading\Tasks\TaskToApm.cs">
4242
<Link>Common\CoreLib\System\Threading\Tasks\TaskToApm.cs</Link>
4343
</Compile>
44-
<Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbConnectionClosed.cs">
45-
<Link>Common\Microsoft\Data\ProviderBase\DbConnectionClosed.cs</Link>
46-
</Compile>
47-
<Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbConnectionFactory.cs">
48-
<Link>Common\Microsoft\Data\ProviderBase\DbConnectionFactory.cs</Link>
49-
</Compile>
5044
<Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbConnectionInternal.cs">
5145
<Link>Common\Microsoft\Data\ProviderBase\DbConnectionInternal.cs</Link>
5246
</Compile>
@@ -111,6 +105,12 @@
111105
<Compile Include="$(CommonSourceRoot)Microsoft\Data\OperationAbortedException.cs">
112106
<Link>Microsoft\Data\OperationAbortedException.cs</Link>
113107
</Compile>
108+
<Compile Include="$(CommonSourceRoot)\Microsoft\Data\ProviderBase\DbConnectionClosed.cs">
109+
<Link>Microsoft\Data\ProviderBase\DbConnectionClosed.cs</Link>
110+
</Compile>
111+
<Compile Include="$(CommonSourceRoot)\Microsoft\Data\ProviderBase\DbConnectionFactory.cs">
112+
<Link>Microsoft\Data\ProviderBase\DbConnectionFactory.cs</Link>
113+
</Compile>
114114
<Compile Include="$(CommonSourceRoot)Microsoft\Data\ProviderBase\DbConnectionPoolAuthenticationContext.cs">
115115
<Link>Microsoft\Data\ProviderBase\DbConnectionPoolAuthenticationContext.cs</Link>
116116
</Compile>
@@ -348,6 +348,9 @@
348348
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs">
349349
<Link>Microsoft\Data\SqlClient\SqlAuthenticationProvider.cs</Link>
350350
</Compile>
351+
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs">
352+
<Link>Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs</Link>
353+
</Compile>
351354
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlAuthenticationToken.cs">
352355
<Link>Microsoft\Data\SqlClient\SqlAuthenticationToken.cs</Link>
353356
</Compile>
@@ -633,8 +636,6 @@
633636

634637
<Compile Include="Interop\SNINativeMethodWrapper.Common.cs" />
635638
<Compile Include="Microsoft\Data\Common\DbConnectionOptions.cs" />
636-
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionClosed.cs" />
637-
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionFactory.cs" />
638639
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionInternal.cs" />
639640
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionPool.cs" />
640641
<Compile Include="Microsoft\Data\SqlClient\AAsyncCallContext.cs" />
@@ -660,8 +661,6 @@
660661
<Compile Include="Microsoft\Data\SqlClient\SNI\SspiClientContextStatus.cs" />
661662
<Compile Include="Microsoft\Data\SqlClient\SNI\SSRP.cs" />
662663
<Compile Include="Microsoft\Data\SqlClient\SqlAppContextSwitchManager.NetCoreApp.cs" />
663-
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.cs" />
664-
<Compile Include="Microsoft\Data\SqlClient\SqlAuthenticationProviderManager.NetCoreApp.cs" />
665664
<Compile Include="Microsoft\Data\SqlClient\SqlBulkCopy.cs" />
666665
<Compile Include="Microsoft\Data\SqlClient\SqlClientDiagnostic.cs" />
667666
<Compile Include="Microsoft\Data\SqlClient\SqlClientDiagnosticListenerExtensions.cs" />

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/ProviderBase/DbConnectionClosed.cs

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

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/ProviderBase/DbConnectionFactory.cs

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

0 commit comments

Comments
 (0)