From 04b662543c5af0df34c33afd1258d6a156bbac5d Mon Sep 17 00:00:00 2001
From: SergeyMenshykh <68852919+SergeyMenshykh@users.noreply.github.com>
Date: Tue, 11 Nov 2025 15:40:58 +0000
Subject: [PATCH] .NET: Move catalog samples to the HostedAgents folder (#2090)
* move catalog samples to the HostedAgents folder
* move the catalog samples' projects to the HostedAgents folder
---
dotnet/agent-framework-dotnet.slnx | 8 ++++----
.../AgentWithTextSearchRag/AgentWithTextSearchRag.csproj | 0
.../AgentWithTextSearchRag/Program.cs | 0
.../AgentWithTextSearchRag/README.md | 0
.../AgentsInWorkflows/AgentsInWorkflows.csproj | 0
.../AgentsInWorkflows/Program.cs | 0
.../{Catalog => HostedAgents}/AgentsInWorkflows/README.md | 0
.../DeepResearchAgent/DeepResearchAgent.csproj | 0
.../DeepResearchAgent/Program.cs | 0
.../{Catalog => HostedAgents}/DeepResearchAgent/README.md | 0
10 files changed, 4 insertions(+), 4 deletions(-)
rename dotnet/samples/{Catalog => HostedAgents}/AgentWithTextSearchRag/AgentWithTextSearchRag.csproj (100%)
rename dotnet/samples/{Catalog => HostedAgents}/AgentWithTextSearchRag/Program.cs (100%)
rename dotnet/samples/{Catalog => HostedAgents}/AgentWithTextSearchRag/README.md (100%)
rename dotnet/samples/{Catalog => HostedAgents}/AgentsInWorkflows/AgentsInWorkflows.csproj (100%)
rename dotnet/samples/{Catalog => HostedAgents}/AgentsInWorkflows/Program.cs (100%)
rename dotnet/samples/{Catalog => HostedAgents}/AgentsInWorkflows/README.md (100%)
rename dotnet/samples/{Catalog => HostedAgents}/DeepResearchAgent/DeepResearchAgent.csproj (100%)
rename dotnet/samples/{Catalog => HostedAgents}/DeepResearchAgent/Program.cs (100%)
rename dotnet/samples/{Catalog => HostedAgents}/DeepResearchAgent/README.md (100%)
diff --git a/dotnet/agent-framework-dotnet.slnx b/dotnet/agent-framework-dotnet.slnx
index 72b27d8279..71c79efc44 100644
--- a/dotnet/agent-framework-dotnet.slnx
+++ b/dotnet/agent-framework-dotnet.slnx
@@ -158,10 +158,10 @@
-
-
-
-
+
+
+
+
diff --git a/dotnet/samples/Catalog/AgentWithTextSearchRag/AgentWithTextSearchRag.csproj b/dotnet/samples/HostedAgents/AgentWithTextSearchRag/AgentWithTextSearchRag.csproj
similarity index 100%
rename from dotnet/samples/Catalog/AgentWithTextSearchRag/AgentWithTextSearchRag.csproj
rename to dotnet/samples/HostedAgents/AgentWithTextSearchRag/AgentWithTextSearchRag.csproj
diff --git a/dotnet/samples/Catalog/AgentWithTextSearchRag/Program.cs b/dotnet/samples/HostedAgents/AgentWithTextSearchRag/Program.cs
similarity index 100%
rename from dotnet/samples/Catalog/AgentWithTextSearchRag/Program.cs
rename to dotnet/samples/HostedAgents/AgentWithTextSearchRag/Program.cs
diff --git a/dotnet/samples/Catalog/AgentWithTextSearchRag/README.md b/dotnet/samples/HostedAgents/AgentWithTextSearchRag/README.md
similarity index 100%
rename from dotnet/samples/Catalog/AgentWithTextSearchRag/README.md
rename to dotnet/samples/HostedAgents/AgentWithTextSearchRag/README.md
diff --git a/dotnet/samples/Catalog/AgentsInWorkflows/AgentsInWorkflows.csproj b/dotnet/samples/HostedAgents/AgentsInWorkflows/AgentsInWorkflows.csproj
similarity index 100%
rename from dotnet/samples/Catalog/AgentsInWorkflows/AgentsInWorkflows.csproj
rename to dotnet/samples/HostedAgents/AgentsInWorkflows/AgentsInWorkflows.csproj
diff --git a/dotnet/samples/Catalog/AgentsInWorkflows/Program.cs b/dotnet/samples/HostedAgents/AgentsInWorkflows/Program.cs
similarity index 100%
rename from dotnet/samples/Catalog/AgentsInWorkflows/Program.cs
rename to dotnet/samples/HostedAgents/AgentsInWorkflows/Program.cs
diff --git a/dotnet/samples/Catalog/AgentsInWorkflows/README.md b/dotnet/samples/HostedAgents/AgentsInWorkflows/README.md
similarity index 100%
rename from dotnet/samples/Catalog/AgentsInWorkflows/README.md
rename to dotnet/samples/HostedAgents/AgentsInWorkflows/README.md
diff --git a/dotnet/samples/Catalog/DeepResearchAgent/DeepResearchAgent.csproj b/dotnet/samples/HostedAgents/DeepResearchAgent/DeepResearchAgent.csproj
similarity index 100%
rename from dotnet/samples/Catalog/DeepResearchAgent/DeepResearchAgent.csproj
rename to dotnet/samples/HostedAgents/DeepResearchAgent/DeepResearchAgent.csproj
diff --git a/dotnet/samples/Catalog/DeepResearchAgent/Program.cs b/dotnet/samples/HostedAgents/DeepResearchAgent/Program.cs
similarity index 100%
rename from dotnet/samples/Catalog/DeepResearchAgent/Program.cs
rename to dotnet/samples/HostedAgents/DeepResearchAgent/Program.cs
diff --git a/dotnet/samples/Catalog/DeepResearchAgent/README.md b/dotnet/samples/HostedAgents/DeepResearchAgent/README.md
similarity index 100%
rename from dotnet/samples/Catalog/DeepResearchAgent/README.md
rename to dotnet/samples/HostedAgents/DeepResearchAgent/README.md