Skip to content

Commit 1ccf5eb

Browse files
committed
Resolve merge conflict due to csprojs
2 parents ef8bd56 + b659f88 commit 1ccf5eb

32 files changed

+1600
-3934
lines changed

release-notes/3.0/3.0.0.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,12 @@ public SqlCommand
102102
```
103103

104104
API Usage examples can be found here:
105-
[SqlConnection retry sample](..\..\doc\samples\SqlConfigurableRetryLogic_OpenConnection.cs)
106-
[SqlCommand retry sample](..\..\doc\samples\SqlConfigurableRetryLogic_SqlCommand.cs)
107-
[Sample for retry logic options](..\..\doc\samples\SqlConfigurableRetryLogic_SqlRetryLogicOptions.cs)
105+
106+
[SqlConnection retry sample](../../doc/samples/SqlConfigurableRetryLogic_OpenConnection.cs)
107+
108+
[SqlCommand retry sample](../../doc/samples/SqlConfigurableRetryLogic_SqlCommand.cs)
109+
110+
[Sample for retry logic options](../../doc/samples/SqlConfigurableRetryLogic_SqlRetryLogicOptions.cs)
108111

109112
New configuration sections have also been introduced to do the same registration from configuration files, without having to modify existing code:
110113

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

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
<Compile Include="..\..\src\Microsoft\Data\Common\ActivityCorrelator.cs">
4747
<Link>Microsoft\Data\Common\ActivityCorrelator.cs</Link>
4848
</Compile>
49+
<Compile Include="..\..\src\Microsoft\Data\Common\DbConnectionStringCommon.cs">
50+
<Link>Microsoft\Data\Common\DbConnectionStringCommon.cs</Link>
51+
</Compile>
4952
<Compile Include="..\..\src\Microsoft\Data\Common\DbConnectionPoolKey.cs">
5053
<Link>Microsoft\Data\Common\DbConnectionPoolKey.cs</Link>
5154
</Compile>
@@ -154,6 +157,12 @@
154157
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiMetaData.cs">
155158
<Link>Microsoft\Data\SqlClient\Server\SmiMetaData.cs</Link>
156159
</Compile>
160+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SqlDataRecord.cs">
161+
<Link>Microsoft\Data\SqlClient\Server\SqlDataRecord.cs</Link>
162+
</Compile>
163+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SqlDataRecord.netcore.cs">
164+
<Link>Microsoft\Data\SqlClient\Server\SqlDataRecord.netcore.cs</Link>
165+
</Compile>
157166
<Compile Include="..\..\src\Microsoft\Data\SqlClient\ColumnEncryptionKeyInfo.cs">
158167
<Link>Microsoft\Data\SqlClient\ColumnEncryptionKeyInfo.cs</Link>
159168
</Compile>
@@ -232,9 +241,15 @@
232241
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlColumnEncryptionKeyStoreProvider.cs">
233242
<Link>Microsoft\Data\SqlClient\SqlColumnEncryptionKeyStoreProvider.cs</Link>
234243
</Compile>
244+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlCommandBuilder.cs">
245+
<Link>Microsoft\Data\SqlClient\SqlCommandBuilder.cs</Link>
246+
</Compile>
235247
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlCommandSet.cs">
236248
<Link>Microsoft\Data\SqlClient\SqlCommandSet.cs</Link>
237249
</Compile>
250+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlConnectionPoolGroupProviderInfo.cs">
251+
<Link>Microsoft\Data\SqlClient\SqlConnectionPoolGroupProviderInfo.cs</Link>
252+
</Compile>
238253
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlConnectionPoolProviderInfo.cs">
239254
<Link>Microsoft\Data\SqlClient\SqlConnectionPoolProviderInfo.cs</Link>
240255
</Compile>
@@ -244,6 +259,9 @@
244259
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlDataAdapter.cs">
245260
<Link>Microsoft\Data\SqlClient\SqlDataAdapter.cs</Link>
246261
</Compile>
262+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlErrorCollection.cs">
263+
<Link>Microsoft\Data\SqlClient\SqlErrorCollection.cs</Link>
264+
</Compile>
247265
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlInfoMessageEvent.cs">
248266
<Link>Microsoft\Data\SqlClient\SqlInfoMessageEvent.cs</Link>
249267
</Compile>
@@ -325,6 +343,12 @@
325343
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiTypedGetterSetter.cs">
326344
<Link>Microsoft\Data\SqlClient\Server\SmiTypedGetterSetter.cs</Link>
327345
</Compile>
346+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiEventSink.cs">
347+
<Link>Microsoft\Data\SqlClient\Server\SmiEventSink.cs</Link>
348+
</Compile>
349+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiEventSink_Default.cs">
350+
<Link>Microsoft\Data\SqlClient\Server\SmiEventSink_Default.Common.cs</Link>
351+
</Compile>
328352
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Reliability\Common\SqlRetryingEventArgs.cs">
329353
<Link>Microsoft\Data\SqlClient\Reliability\SqlRetryingEventArgs.cs</Link>
330354
</Compile>
@@ -461,15 +485,11 @@
461485
</EmbeddedResource>
462486
<Compile Include="Microsoft\Data\SqlClient\AAsyncCallContext.cs" />
463487
<Compile Include="Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs" />
464-
<Compile Include="Microsoft\Data\SqlClient\Server\SmiEventSink.cs" />
465-
<Compile Include="Microsoft\Data\SqlClient\Server\SmiEventSink_Default.cs" />
466488
<Compile Include="Microsoft\Data\SqlClient\Server\SmiMetaDataProperty.cs" />
467489
<Compile Include="Microsoft\Data\SqlClient\Server\SmiXetterAccessMap.cs" />
468-
<Compile Include="Microsoft\Data\SqlClient\Server\SqlDataRecord.cs" />
469490
<Compile Include="Microsoft\Data\SqlClient\Server\ValueUtilsSmi.cs" />
470491
<Compile Include="Microsoft\Data\SqlClient\SqlDbColumn.cs" />
471492
<Compile Include="Microsoft\Data\Common\DbConnectionOptions.cs" />
472-
<Compile Include="Microsoft\Data\Common\DbConnectionStringCommon.cs" />
473493
<Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbConnectionInternal.cs">
474494
<Link>Common\Microsoft\Data\ProviderBase\DbConnectionInternal.cs</Link>
475495
</Compile>
@@ -506,11 +526,9 @@
506526
<Compile Include="Microsoft\Data\SqlClient\SqlClientDiagnosticListenerExtensions.cs" />
507527
<Compile Include="Microsoft\Data\SqlClient\SqlClientFactory.cs" />
508528
<Compile Include="Microsoft\Data\SqlClient\SqlCommand.cs" />
509-
<Compile Include="Microsoft\Data\SqlClient\SqlCommandBuilder.cs" />
510529
<Compile Include="Microsoft\Data\SqlClient\SqlConnection.cs" />
511530
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionFactory.cs" />
512531
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionHelper.cs" />
513-
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionPoolGroupProviderInfo.cs" />
514532
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionPoolKey.cs" />
515533
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionString.cs" />
516534
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionStringBuilder.cs" />
@@ -525,7 +543,6 @@
525543
<Compile Include="Microsoft\Data\SqlClient\SqlDelegatedTransaction.cs" />
526544
<Compile Include="Microsoft\Data\SqlClient\SqlEnums.cs" />
527545
<Compile Include="Microsoft\Data\SqlClient\SqlError.cs" />
528-
<Compile Include="Microsoft\Data\SqlClient\SqlErrorCollection.cs" />
529546
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlEnclaveSession.cs">
530547
<Link>Microsoft\Data\SqlClient\SqlEnclaveSession.cs</Link>
531548
</Compile>

src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/Server/SmiEventSink.cs

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

0 commit comments

Comments
 (0)