From 6d890e46ed7958d77fda8e34030122d74e45c4d0 Mon Sep 17 00:00:00 2001 From: SergeyMenshykh <68852919+SergeyMenshykh@users.noreply.github.com> Date: Thu, 13 Nov 2025 18:48:50 +0000 Subject: [PATCH] suppress the MEAI001 and OPENAI001 errors that appear when building the catalog sample as a standalone project. (#2191) --- .../HostedAgents/AgentWithHostedMCP/AgentWithHostedMCP.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet/samples/HostedAgents/AgentWithHostedMCP/AgentWithHostedMCP.csproj b/dotnet/samples/HostedAgents/AgentWithHostedMCP/AgentWithHostedMCP.csproj index 3130cda647..2343fe016f 100644 --- a/dotnet/samples/HostedAgents/AgentWithHostedMCP/AgentWithHostedMCP.csproj +++ b/dotnet/samples/HostedAgents/AgentWithHostedMCP/AgentWithHostedMCP.csproj @@ -15,6 +15,7 @@ and cannot access parent folders where Directory.Packages.props resides. --> false + $(NoWarn);MEAI001;OPENAI001