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;