Skip to content

Clarify SqlClient pack diagnostics and nuspec comments

b52b37a
Select commit
Loading
Failed to load commit list.
Merged

Migrate SqlClient packaging to dotnet pack and centralize pack fallback #4257

Clarify SqlClient pack diagnostics and nuspec comments
b52b37a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PR-SqlClient-Package succeeded May 8, 2026 in 1h 33m 29s

Build #12804 had test failures

Details

Tests

  • Failed: 18 (0.01%)
  • Passed: 179,743 (96.56%)
  • Other: 6,378 (3.43%)
  • Total: 186,139

Annotations

Check failure on line 0 in EXEC

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Package

EXEC#L0

EXEC(0,0): Error Message: 

Check failure on line 621 in build.proj

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Package

build.proj#L621

build.proj(621,5): Error MSB3073: The command " "dotnet" test "D:\a\_work\1\s\src\..\src/Microsoft.Data.SqlClient/tests/ManualTests/Microsoft.Data.SqlClient.ManualTests.csproj" -p:Configuration=Debug --blame-hang --blame-hang-dump-type full --blame-hang-timeout 10m --filter "category=flaky" -f net8.0 -p:TestSet="3" --results-directory "TestResults" --logger:"trx;LogFilePrefix=SqlClientManual-Windows_NT-net8.0-3" -p:ReferenceType=Package -p:AbstractionsPackageVersion=1.0.0-ci12804 -p:LoggingPackageVersion=1.0.0-ci12804 -p:SqlClientPackageVersion=7.1.0-preview1ci12804 " exited with code 1.

Check failure on line 100 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Package

Build log #L100

Process 'msbuild.exe' exited with code '1'.

Check failure on line 59 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Package

Build log #L59

Error: The process '/opt/hostedtoolcache/dotnet/dotnet' failed with exit code 1

Check failure on line 1 in Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SharedLocalDbEncryptionTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Package

Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SharedLocalDbEncryptionTest

System.TypeInitializationException : The type initializer for 'Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest' threw an exception.
---- Assert.Equal() Failure: Values differ
Expected: 2
Actual:   1
Raw output
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SharedLocalDbEncryptionTest() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 65
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.ExecuteLocalDBCommandProcess(String filename, String arguments, InfoType infoType) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 239
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.RestartLocalDB() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 216
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.GetLocalDbNamedPipe() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 202
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest..cctor() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 27

Check failure on line 1 in Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.LocalDBEncryptionNotSupportedTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Package

Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.LocalDBEncryptionNotSupportedTest

System.TypeInitializationException : The type initializer for 'Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest' threw an exception.
---- Assert.Equal() Failure: Values differ
Expected: 2
Actual:   1
Raw output
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.LocalDBEncryptionNotSupportedTest() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 43
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.ExecuteLocalDBCommandProcess(String filename, String arguments, InfoType infoType) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 239
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.RestartLocalDB() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 216
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.GetLocalDbNamedPipe() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 202
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest..cctor() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 27

Check failure on line 1 in Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SharedLocalDbMarsTest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Package

Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SharedLocalDbMarsTest

System.TypeInitializationException : The type initializer for 'Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest' threw an exception.
---- Assert.Equal() Failure: Values differ
Expected: 2
Actual:   1
Raw output
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.SharedLocalDbMarsTest() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 76
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.ExecuteLocalDBCommandProcess(String filename, String arguments, InfoType infoType) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 239
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.RestartLocalDB() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 216
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.GetLocalDbNamedPipe() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 202
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest..cctor() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 27

Check failure on line 1 in Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.PrefixAndSqlLocalDbConnectionTest(prefix: "tcp:")

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PR-SqlClient-Package

Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.PrefixAndSqlLocalDbConnectionTest(prefix: "tcp:")

System.TypeInitializationException : The type initializer for 'Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest' threw an exception.
---- Assert.Equal() Failure: Values differ
Expected: 2
Actual:   1
Raw output
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.PrefixAndSqlLocalDbConnectionTest(String prefix) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 138
   at InvokeStub_LocalDBTest.PrefixAndSqlLocalDbConnectionTest(Object, Span`1)
   at System.Reflection.MethodBaseInvoker.InvokeWithOneArg(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
----- Inner Stack Trace -----
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.ExecuteLocalDBCommandProcess(String filename, String arguments, InfoType infoType) in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 239
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.RestartLocalDB() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 216
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest.GetLocalDbNamedPipe() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 202
   at Microsoft.Data.SqlClient.ManualTesting.Tests.LocalDBTest..cctor() in D:\a\_work\1\s\src\Microsoft.Data.SqlClient\tests\ManualTests\SQL\LocalDBTest\LocalDBTest.cs:line 27