From 699149c2603296b69ba5648d1f2e4c6470e2c7ac Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:12:57 +0000 Subject: [PATCH] .NET: Update Microsoft.Extensions.AI packages to version 9.10.1 (#1626) * Initial plan * Update Microsoft.Extensions.AI packages to 9.10.1 Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com> * Moving FileHostedSearch testing to manual mode * Moving FileHostedSearch testing to manual mode --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rogerbarreto <19890735+rogerbarreto@users.noreply.github.com> --- dotnet/Directory.Packages.props | 6 +++--- .../AzureAIAgentsPersistentCreateTests.cs | 2 +- .../OpenAIAssistantClientExtensionsTests.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dotnet/Directory.Packages.props b/dotnet/Directory.Packages.props index f01315c214..1e4287cbcc 100644 --- a/dotnet/Directory.Packages.props +++ b/dotnet/Directory.Packages.props @@ -46,10 +46,10 @@ - - + + - + diff --git a/dotnet/tests/AzureAIAgentsPersistent.IntegrationTests/AzureAIAgentsPersistentCreateTests.cs b/dotnet/tests/AzureAIAgentsPersistent.IntegrationTests/AzureAIAgentsPersistentCreateTests.cs index 32b51b4196..e3e9969a43 100644 --- a/dotnet/tests/AzureAIAgentsPersistent.IntegrationTests/AzureAIAgentsPersistentCreateTests.cs +++ b/dotnet/tests/AzureAIAgentsPersistent.IntegrationTests/AzureAIAgentsPersistentCreateTests.cs @@ -78,7 +78,7 @@ public class AzureAIAgentsPersistentCreateTests } } - [Theory] + [Theory(Skip = "For manual testing only")] [InlineData("CreateWithChatClientAgentOptionsAsync")] [InlineData("CreateWithChatClientAgentOptionsSync")] [InlineData("CreateWithFoundryOptionsAsync")] diff --git a/dotnet/tests/OpenAIAssistant.IntegrationTests/OpenAIAssistantClientExtensionsTests.cs b/dotnet/tests/OpenAIAssistant.IntegrationTests/OpenAIAssistantClientExtensionsTests.cs index c5a683ec2d..0bd084951d 100644 --- a/dotnet/tests/OpenAIAssistant.IntegrationTests/OpenAIAssistantClientExtensionsTests.cs +++ b/dotnet/tests/OpenAIAssistant.IntegrationTests/OpenAIAssistantClientExtensionsTests.cs @@ -123,7 +123,7 @@ public class OpenAIAssistantClientExtensionsTests } } - [Theory] + [Theory(Skip = "For manual testing only")] [InlineData("CreateWithChatClientAgentOptionsAsync")] [InlineData("CreateWithChatClientAgentOptionsSync")] [InlineData("CreateWithParamsAsync")]