File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/Microsoft.Data.SqlClient/tests/ManualTests Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 142142 <Compile Include =" SQL\SqlBulkCopyTest\InvalidAccessFromEvent.cs" />
143143 <Compile Include =" SQL\SqlBulkCopyTest\CopyWithEventAsync.cs" />
144144 <Compile Include =" SQL\SqlBulkCopyTest\FireTrigger.cs" />
145- <Compile Include =" SQL\SqlBulkCopyTest\Helpers.cs" />
146145 <Compile Include =" SQL\SqlBulkCopyTest\MissingTargetColumn.cs" />
147146 <Compile Include =" SQL\SqlBulkCopyTest\MissingTargetTable.cs" />
148147 <Compile Include =" SQL\SqlBulkCopyTest\SqlBulkCopyTest.cs" />
285284 <Compile Include =" SQL\Common\SystemDataInternals\TdsParserHelper.cs" />
286285 <Compile Include =" SQL\Common\SystemDataInternals\TdsParserStateObjectHelper.cs" />
287286 <Compile Include =" SQL\ConnectionTestWithSSLCert\CertificateTest.cs" />
287+ <Compile Include =" SQL\SqlBulkCopyTest\Helpers.cs" />
288288 <Compile Include =" SQL\SqlBulkCopyTest\TestBulkCopyWithUTF8.cs" />
289289 <Compile Include =" SQL\SqlCommand\SqlCommandStoredProcTest.cs" />
290290 <Compile Include =" TracingTests\TestTdsServer.cs" />
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