Skip to content

normalize async API surface over all TFMs #390

normalize async API surface over all TFMs

normalize async API surface over all TFMs #390

Triggered via pull request January 25, 2025 18:08
@mgravellmgravell
synchronize #2144
netfx_async
Status Failure
Total duration 2m 12s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
SystemSqlClientParameterTests.TestTVP
System.Data.SqlClient.SqlException : The type 'int_list_type' already exists, or you do not have permission to create it.
SystemSqlClientParameterTests.DataTableParametersWithExtendedProperty
System.Data.SqlClient.SqlException : The type 'MyTVPType' already exists, or you do not have permission to create it.
SystemSqlClientParameterTests.TestTVPWithAnonymousObject
System.Data.SqlClient.SqlException : Could not find the type 'int_list_type'. Either it does not exist or you do not have the necessary permission.
SystemSqlClientParameterTests.TestTVP
System.Data.SqlClient.SqlException : Could not find stored procedure 'get_ints'.
SystemSqlClientParameterTests.TestSqlDataRecordListParametersWithTypeHandlers
System.Data.SqlClient.SqlException : The type 'int_list_type' already exists, or you do not have permission to create it.
SystemSqlClientParameterTests.TestSqlDataRecordListParametersWithAsTableValuedParameter
System.Data.SqlClient.SqlException : Cannot drop the procedure 'get_ints', because it does not exist or you do not have permission.
SystemSqlClientParameterTests.TestSqlDataRecordListParametersWithAsTableValuedParameter
System.Data.SqlClient.SqlException : Could not find the type 'int_list_type'. Either it does not exist or you do not have the necessary permission.
MicrosoftSqlClientParameterTests.TestTVPWithAdditionalParams
Microsoft.Data.SqlClient.SqlException : Cannot drop type 'int_list_type' because it is being referenced by object 'get_ints'. There may be other objects that reference this type.
MicrosoftSqlClientParameterTests.TestSqlDataRecordListParametersWithTypeHandlers
Microsoft.Data.SqlClient.SqlException : Could not find the type 'int_list_type'. Either it does not exist or you do not have the necessary permission.
MicrosoftSqlClientParameterTests.TestTVPWithAnonymousEmptyObject
Microsoft.Data.SqlClient.SqlException : The type 'int_list_type' already exists, or you do not have permission to create it.
Ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ubuntu: benchmarks/Dapper.Tests.Performance/Benchmarks.cs#L12
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Ubuntu: benchmarks/Dapper.Tests.Performance/LegacyTests.cs#L107
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Ubuntu: benchmarks/Dapper.Tests.Performance/Benchmarks.HandCoded.cs#L12
'SqlCommand' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Ubuntu: benchmarks/Dapper.Tests.Performance/Benchmarks.HandCoded.cs#L13
'SqlParameter' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Ubuntu: benchmarks/Dapper.Tests.Performance/SqlDataReaderHelper.cs#L10
'SqlDataReader' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Ubuntu: benchmarks/Dapper.Tests.Performance/SqlDataReaderHelper.cs#L21
'SqlDataReader' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Ubuntu: benchmarks/Dapper.Tests.Performance/Program.cs#L54
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Ubuntu: benchmarks/Dapper.Tests.Performance/Benchmarks.cs#L20
'SqlConnection' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Ubuntu: benchmarks/Dapper.Tests.Performance/Benchmarks.cs#L27
'SqlClientFactory' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'
Ubuntu: benchmarks/Dapper.Tests.Performance/Benchmarks.HandCoded.cs#L20
'SqlCommand' is obsolete: 'Use the Microsoft.Data.SqlClient package instead.'