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 142
142
<Compile Include =" SQL\SqlBulkCopyTest\InvalidAccessFromEvent.cs" />
143
143
<Compile Include =" SQL\SqlBulkCopyTest\CopyWithEventAsync.cs" />
144
144
<Compile Include =" SQL\SqlBulkCopyTest\FireTrigger.cs" />
145
- <Compile Include =" SQL\SqlBulkCopyTest\Helpers.cs" />
146
145
<Compile Include =" SQL\SqlBulkCopyTest\MissingTargetColumn.cs" />
147
146
<Compile Include =" SQL\SqlBulkCopyTest\MissingTargetTable.cs" />
148
147
<Compile Include =" SQL\SqlBulkCopyTest\SqlBulkCopyTest.cs" />
285
284
<Compile Include =" SQL\Common\SystemDataInternals\TdsParserHelper.cs" />
286
285
<Compile Include =" SQL\Common\SystemDataInternals\TdsParserStateObjectHelper.cs" />
287
286
<Compile Include =" SQL\ConnectionTestWithSSLCert\CertificateTest.cs" />
287
+ <Compile Include =" SQL\SqlBulkCopyTest\Helpers.cs" />
288
288
<Compile Include =" SQL\SqlBulkCopyTest\TestBulkCopyWithUTF8.cs" />
289
289
<Compile Include =" SQL\SqlCommand\SqlCommandStoredProcTest.cs" />
290
290
<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 ;
2
6
using System . Data ;
3
7
using System . Threading . Tasks ;
4
8
using Xunit ;
You can’t perform that action at this time.
0 commit comments