Skip to content

Commit 2f0a801

Browse files
authored
Move to Shared for SqlQueryMetadataCache.cs (#1316)
1 parent 84df6f4 commit 2f0a801

File tree

4 files changed

+11
-355
lines changed

4 files changed

+11
-355
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
@@ -241,6 +241,9 @@
241241
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlObjectPool.cs">
242242
<Link>Microsoft\Data\SqlClient\SqlObjectPool.cs</Link>
243243
</Compile>
244+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs">
245+
<Link>Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs</Link>
246+
</Compile>
244247
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlRowUpdatedEvent.cs">
245248
<Link>Microsoft\Data\SqlClient\SqlRowUpdatedEvent.cs</Link>
246249
</Compile>
@@ -568,7 +571,6 @@
568571
<Compile Include="Microsoft\Data\SqlClient\TdsParserStateObjectManaged.cs" />
569572
<Compile Include="Interop\SNINativeMethodWrapper.Common.cs" />
570573
<Compile Include="Microsoft\Data\SqlClient\AlwaysEncryptedHelperClasses.cs" />
571-
<Compile Include="Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs" />
572574
<Compile Include="Microsoft\Data\SqlClient\SqlColumnEncryptionEnclaveProvider.cs" />
573575
</ItemGroup>
574576
<!-- Windows only -->

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@
312312
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlParameterCollection.cs">
313313
<Link>Microsoft\Data\SqlClient\SqlParameterCollection.cs</Link>
314314
</Compile>
315+
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs">
316+
<Link>Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs</Link>
317+
</Compile>
315318
<Compile Include="..\..\src\Microsoft\Data\SqlClient\SqlRowUpdatedEvent.cs">
316319
<Link>Microsoft\Data\SqlClient\SqlRowUpdatedEvent.cs</Link>
317320
</Compile>
@@ -486,7 +489,6 @@
486489
<Compile Include="Microsoft\Data\SqlClient\sqlmetadatafactory.cs" />
487490
<Compile Include="Microsoft\Data\SqlClient\SqlNotificationEventArgs.cs" />
488491
<Compile Include="Microsoft\Data\SqlClient\SqlParameter.cs" />
489-
<Compile Include="Microsoft\Data\SqlClient\SqlQueryMetadataCache.cs" />
490492
<Compile Include="Microsoft\Data\SqlClient\SqlReferenceCollection.cs" />
491493
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialStream.cs" />
492494
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialStreamSmi.cs" />
@@ -562,7 +564,7 @@
562564
<DesignTime>True</DesignTime>
563565
<DependentUpon>$(ResxFileName).resx</DependentUpon>
564566
</Compile>
565-
<Compile Include="..\..\src\Resources\StringsHelper.cs" >
567+
<Compile Include="..\..\src\Resources\StringsHelper.cs">
566568
<Link>Resources\StringsHelper.cs</Link>
567569
</Compile>
568570
<EmbeddedResource Include="Resources\$(ResxFileName).resx">
@@ -628,4 +630,4 @@
628630
<Import Project="$(NetFxSource)tools\targets\GenerateThisAssemblyCs.targets" />
629631
<Import Project="$(NetFxSource)tools\targets\GenerateAssemblyRef.targets" />
630632
<Import Project="$(NetFxSource)tools\targets\GenerateAssemblyInfo.targets" />
631-
</Project>
633+
</Project>

src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/SqlQueryMetadataCache.cs

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

0 commit comments

Comments
 (0)