Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,7 @@
<Compile Include="SQL\UdtTest\UdtTest.cs" />
<Compile Include="SQL\UdtTest\UdtTest2.cs" />
<Compile Include="SQL\UdtTest\UdtTestHelpers.cs" />
<Compile Include="SQL\Utf8SupportTest\Utf8SupportTest.cs" />
<Compile Include="SQL\VectorTest\NativeVectorFloat32Tests.cs" />
<Compile Include="SQL\Utf8SupportTest\Utf8SupportTest.cs" /> <Compile Include="SQL\CollationTests\EBCDIC930CollationTest.cs" /> <Compile Include="SQL\VectorTest\NativeVectorFloat32Tests.cs" />
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: update indentation

Copy link

Copilot AI Feb 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line contains three separate <Compile> entries on a single line, which breaks the formatting pattern used throughout the rest of the file. Each <Compile> entry should be on its own line for consistency and readability.

Suggested change
<Compile Include="SQL\Utf8SupportTest\Utf8SupportTest.cs" /> <Compile Include="SQL\CollationTests\EBCDIC930CollationTest.cs" /> <Compile Include="SQL\VectorTest\NativeVectorFloat32Tests.cs" />
<Compile Include="SQL\Utf8SupportTest\Utf8SupportTest.cs" />
<Compile Include="SQL\CollationTests\EBCDIC930CollationTest.cs" />
<Compile Include="SQL\VectorTest\NativeVectorFloat32Tests.cs" />

Copilot uses AI. Check for mistakes.
<Compile Include="SQL\VectorTest\VectorAPIValidationTest.cs" />
<Compile Include="SQL\VectorTest\VectorTypeBackwardCompatibilityTests.cs" />
<Compile Include="SQL\WeakRefTest\WeakRefTest.cs" />
Expand Down
Loading
Loading