Skip to content

Commit 7377604

Browse files
committed
Comments from copilot
1 parent 80838ed commit 7377604

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Microsoft.Data.SqlClient/add-ons/AzureKeyVaultProvider/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- @TODO: $(BindFolder) is OS dependent but we're only ever building AnyOS, so ... can we simplify this? -->
1212
<OutputPath>$(BinFolder)$(Configuration).$(Platform)\AzureKeyVaultProvider</OutputPath>
1313
<IntermediateOutputPath>$(ObjFolder)$(Configuration).$(Platform)\AzureKeyVaultProvider</IntermediateOutputPath>
14-
<DocumentationFile>$(BinFolder)$(Configuration).$(Platform)\AzureKeyVaultProvider.xml</DocumentationFile>
14+
<DocumentationFile>$(BinFolder)$(Configuration).$(Platform)\$(AssemblyName).xml</DocumentationFile>
1515
</PropertyGroup>
1616

1717
<!-- Trim/AOT Support ================================================ -->

src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/UdtTest/SqlServerTypesTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ void ActAndAssert(int index, string expectedHexString)
138138
[ConditionalTheory(typeof(DataTestUtility), nameof(DataTestUtility.AreConnStringsSetup), nameof(DataTestUtility.IsNotAzureSynapse))]
139139
[InlineData(CommandBehavior.Default)]
140140
[InlineData(CommandBehavior.SequentialAccess)]
141-
public static void TestUdtSqlDataReaderGetBytesSequentialAccess(CommandBehavior behavior)
141+
public static void TestUdtSqlDataReaderGetBytes(CommandBehavior behavior)
142142
{
143143
// Arrange
144144
using SqlConnection connection = new SqlConnection(DataTestUtility.TCPConnectionString);

0 commit comments

Comments
 (0)