Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EngSys] .NET 9 SDK #47542

Closed
wants to merge 1 commit into from

[EngSys] .NET 9 SDK

399bed8
Select commit
Loading
Failed to load commit list.
Closed

[EngSys] .NET 9 SDK #47542

[EngSys] .NET 9 SDK
399bed8
Select commit
Loading
Failed to load commit list.
Azure Pipelines / net - core - ci (Build Test MacOS_NET90_PackageRef_Debug) failed Jan 8, 2025 in 4m 42s

Build Test MacOS_NET90_PackageRef_Debug failed

Annotations

Check failure on line 295 in sdk/core/Azure.Core/tests/TransportFunctionalTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - core - ci (Build Test MacOS_NET90_PackageRef_Debug)

sdk/core/Azure.Core/tests/TransportFunctionalTests.cs#L295

sdk/core/Azure.Core/tests/TransportFunctionalTests.cs(295,50): Error CS0121: The call is ambiguous between the following methods or properties: 'string.Join(string?, params string?[])' and 'string.Join(string?, params ReadOnlySpan<string?>)'

Check failure on line 483 in sdk/core/Azure.Core/tests/TransportFunctionalTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - core - ci (Build Test MacOS_NET90_PackageRef_Debug)

sdk/core/Azure.Core/tests/TransportFunctionalTests.cs#L483

sdk/core/Azure.Core/tests/TransportFunctionalTests.cs(483,49): Error CS0121: The call is ambiguous between the following methods or properties: 'string.Join(string?, params string?[])' and 'string.Join(string?, params ReadOnlySpan<string?>)'

Check failure on line 1009 in sdk/core/Azure.Core/tests/TransportFunctionalTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - core - ci (Build Test MacOS_NET90_PackageRef_Debug)

sdk/core/Azure.Core/tests/TransportFunctionalTests.cs#L1009

sdk/core/Azure.Core/tests/TransportFunctionalTests.cs(1009,13): Error SYSLIB0014: 'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)

Check failure on line 1083 in sdk/core/Azure.Core/tests/TransportFunctionalTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - core - ci (Build Test MacOS_NET90_PackageRef_Debug)

sdk/core/Azure.Core/tests/TransportFunctionalTests.cs#L1083

sdk/core/Azure.Core/tests/TransportFunctionalTests.cs(1083,13): Error SYSLIB0014: 'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)

Check failure on line 1084 in sdk/core/Azure.Core/tests/TransportFunctionalTests.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / net - core - ci (Build Test MacOS_NET90_PackageRef_Debug)

sdk/core/Azure.Core/tests/TransportFunctionalTests.cs#L1084

sdk/core/Azure.Core/tests/TransportFunctionalTests.cs(1084,30): Error SYSLIB0057: 'X509Certificate2.X509Certificate2(byte[])' is obsolete: 'Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certificates.' (https://aka.ms/dotnet-warnings/SYSLIB0057)