File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/Microsoft.Data.SqlClient/tests/ManualTests Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 143143 <Compile Include =" SQL\SqlBulkCopyTest\InvalidAccessFromEvent.cs" />
144144 <Compile Include =" SQL\SqlBulkCopyTest\CopyWithEventAsync.cs" />
145145 <Compile Include =" SQL\SqlBulkCopyTest\FireTrigger.cs" />
146- <Compile Include =" SQL\SqlBulkCopyTest\Helpers.cs" />
147146 <Compile Include =" SQL\SqlBulkCopyTest\MissingTargetColumn.cs" />
148147 <Compile Include =" SQL\SqlBulkCopyTest\MissingTargetTable.cs" />
149148 <Compile Include =" SQL\SqlBulkCopyTest\SqlBulkCopyTest.cs" />
279278 <Compile Include =" SQL\Common\SystemDataInternals\DataReaderHelper.cs" />
280279 <Compile Include =" SQL\Common\SystemDataInternals\TdsParserHelper.cs" />
281280 <Compile Include =" SQL\Common\SystemDataInternals\TdsParserStateObjectHelper.cs" />
281+ <Compile Include =" SQL\SqlBulkCopyTest\Helpers.cs" />
282282 <Compile Include =" SQL\SqlBulkCopyTest\TestBulkCopyWithUTF8.cs" />
283283 <Compile Include =" SQL\SqlCommand\SqlCommandStoredProcTest.cs" />
284284 <Compile Include =" TracingTests\TestTdsServer.cs" />
324324 <PackageReference Include =" System.Runtime.Caching" Version =" $(SystemRuntimeCachingVersion)" />
325325 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(MicrosoftNETTestSdkVersion)" />
326326 <PackageReference Condition =" '$(TargetGroup)'=='netfx'" Include =" Microsoft.SqlServer.Types" Version =" $(MicrosoftSqlServerTypesVersion)" />
327- <PackageReference Condition =" '$(TargetGroup)'=='netcoreapp'" Include =" Microsoft.DotNet.RemoteExecutor" Version =" $(MicrosoftDotnetRemoteExecutorVersion)" />
327+ <PackageReference Condition =" '$(TargetGroup)'=='netcoreapp'" Include =" Microsoft.DotNet.RemoteExecutor" Version =" $(MicrosoftDotnetRemoteExecutorVersion)" />
328328 <PackageReference Condition =" '$(TargetGroup)'!='netfx'" Include =" System.ServiceProcess.ServiceController" Version =" $(SystemServiceProcessServiceControllerVersion)" />
329329 </ItemGroup >
330330 <ItemGroup >
Original file line number Diff line number Diff line change 1- using System ;
1+ // Licensed to the .NET Foundation under one or more agreements.
2+ // The .NET Foundation licenses this file to you under the MIT license.
3+ // See the LICENSE file in the project root for more information.
4+
5+ using System ;
26using System . Data ;
37using System . Threading . Tasks ;
48using Xunit ;
You can’t perform that action at this time.
0 commit comments