Skip to content

Commit 1a7cbb2

Browse files
Move to Shared-MetadataUtilsSmi (#1339)
Move to Shared-MetadataUtilsSmi (code merges effort)
1 parent 43296f9 commit 1a7cbb2

File tree

4 files changed

+88
-1130
lines changed

4 files changed

+88
-1130
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,12 @@
391391
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiEventSink.cs">
392392
<Link>Microsoft\Data\SqlClient\Server\SmiEventSink.cs</Link>
393393
</Compile>
394-
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiEventSink_Default.cs">
394+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiEventSink_Default.cs">
395395
<Link>Microsoft\Data\SqlClient\Server\SmiEventSink_Default.Common.cs</Link>
396396
</Compile>
397+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs">
398+
<Link>Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs</Link>
399+
</Compile>
397400
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Reliability\Common\SqlRetryingEventArgs.cs">
398401
<Link>Microsoft\Data\SqlClient\Reliability\SqlRetryingEventArgs.cs</Link>
399402
</Compile>
@@ -531,7 +534,6 @@
531534
<CustomToolNamespace>System</CustomToolNamespace>
532535
</EmbeddedResource>
533536
<Compile Include="Microsoft\Data\SqlClient\AAsyncCallContext.cs" />
534-
<Compile Include="Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs" />
535537
<Compile Include="Microsoft\Data\SqlClient\SqlDbColumn.cs" />
536538
<Compile Include="Microsoft\Data\Common\DbConnectionOptions.cs" />
537539
<Compile Include="$(CommonPath)\Microsoft\Data\ProviderBase\DbConnectionInternal.cs">

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,9 @@
465465
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SqlNormalizer.cs">
466466
<Link>Microsoft\Data\SqlClient\Server\SqlNormalizer.cs</Link>
467467
</Compile>
468+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs">
469+
<Link>Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs</Link>
470+
</Compile>
468471
<Compile Include="..\..\src\Microsoft\Data\SqlClient\Server\SmiRecordBuffer.cs">
469472
<Link>Microsoft\Data\SqlClient\Server\SmiRecordBuffer.cs</Link>
470473
</Compile>
@@ -603,7 +606,6 @@
603606
<Compile Include="Microsoft\Data\ProviderBase\DbConnectionPoolIdentity.cs" />
604607
<Compile Include="Microsoft\Data\ProviderBase\DbReferenceCollection.cs" />
605608
<Compile Include="Microsoft\Data\RelationshipConverter.cs" />
606-
<Compile Include="Microsoft\Data\SqlClient\Server\MetadataUtilsSmi.cs" />
607609
<Compile Include="Microsoft\Data\SqlClient\Server\SmiConnection.cs" />
608610
<Compile Include="Microsoft\Data\SqlClient\Server\SmiContext.cs" />
609611
<Compile Include="Microsoft\Data\SqlClient\Server\SmiContextFactory.cs" />

0 commit comments

Comments
 (0)