From f147103c920b86029217313c8c7db56b226c994f Mon Sep 17 00:00:00 2001 From: Jacob Alber Date: Fri, 22 May 2026 12:17:01 -0400 Subject: [PATCH] fix: Update for PR Review Feedback --- dotnet/agent-framework-dotnet.slnx | 2 +- dotnet/samples/03-workflows/Orchestration/Magentic/Program.cs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dotnet/agent-framework-dotnet.slnx b/dotnet/agent-framework-dotnet.slnx index dce8346d8f..21bbfd5e42 100644 --- a/dotnet/agent-framework-dotnet.slnx +++ b/dotnet/agent-framework-dotnet.slnx @@ -1,4 +1,4 @@ - + diff --git a/dotnet/samples/03-workflows/Orchestration/Magentic/Program.cs b/dotnet/samples/03-workflows/Orchestration/Magentic/Program.cs index 6b4a5d675e..4cb148b2cd 100644 --- a/dotnet/samples/03-workflows/Orchestration/Magentic/Program.cs +++ b/dotnet/samples/03-workflows/Orchestration/Magentic/Program.cs @@ -4,8 +4,6 @@ // A Magentic workflow coordinates a researcher and a coder, streams orchestration // events as the plan evolves, and prints the final conversation transcript. -#pragma warning disable OPENAI001 - using Azure.AI.Projects; using Azure.Identity; using Microsoft.Agents.AI;