From 1a81ed202e081273a539004da5ceb894e317cd42 Mon Sep 17 00:00:00 2001
From: Chris <66376200+crickman@users.noreply.github.com>
Date: Tue, 7 Oct 2025 12:09:41 -0700
Subject: [PATCH] Updated (#1272)
---
dotnet/agent-framework-dotnet.slnx | 7 ++++---
.../ExecuteCode/ExecuteCode.csproj} | 2 +-
.../ExecuteCode}/Generated.cs | 0
.../ExecuteCode}/Program.cs | 0
.../ExecuteWorkflow.csproj} | 2 +-
.../Workflows/Declarative/{ => ExecuteWorkflow}/Program.cs | 0
.../GenerateCode/GenerateCode.csproj} | 2 +-
.../GenerateCode}/Program.cs | 0
.../samples/GettingStarted/Workflows/Declarative/README.md | 2 +-
workflow-samples/README.md | 2 +-
10 files changed, 9 insertions(+), 8 deletions(-)
rename dotnet/samples/GettingStarted/Workflows/{DeclarativeCode/DeclarativeCode.csproj => Declarative/ExecuteCode/ExecuteCode.csproj} (89%)
rename dotnet/samples/GettingStarted/Workflows/{DeclarativeCode => Declarative/ExecuteCode}/Generated.cs (100%)
rename dotnet/samples/GettingStarted/Workflows/{DeclarativeCode => Declarative/ExecuteCode}/Program.cs (100%)
rename dotnet/samples/GettingStarted/Workflows/Declarative/{DeclarativeWorkflow.csproj => ExecuteWorkflow/ExecuteWorkflow.csproj} (88%)
rename dotnet/samples/GettingStarted/Workflows/Declarative/{ => ExecuteWorkflow}/Program.cs (100%)
rename dotnet/samples/GettingStarted/Workflows/{DeclarativeEject/DeclarativeEject.csproj => Declarative/GenerateCode/GenerateCode.csproj} (89%)
rename dotnet/samples/GettingStarted/Workflows/{DeclarativeEject => Declarative/GenerateCode}/Program.cs (100%)
diff --git a/dotnet/agent-framework-dotnet.slnx b/dotnet/agent-framework-dotnet.slnx
index 5bfd03775e..81a2da4a49 100644
--- a/dotnet/agent-framework-dotnet.slnx
+++ b/dotnet/agent-framework-dotnet.slnx
@@ -80,9 +80,10 @@
-
-
-
+
+
+
+
diff --git a/dotnet/samples/GettingStarted/Workflows/DeclarativeCode/DeclarativeCode.csproj b/dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteCode/ExecuteCode.csproj
similarity index 89%
rename from dotnet/samples/GettingStarted/Workflows/DeclarativeCode/DeclarativeCode.csproj
rename to dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteCode/ExecuteCode.csproj
index 91bb0f69d1..72afa29cda 100644
--- a/dotnet/samples/GettingStarted/Workflows/DeclarativeCode/DeclarativeCode.csproj
+++ b/dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteCode/ExecuteCode.csproj
@@ -26,7 +26,7 @@
-
+
diff --git a/dotnet/samples/GettingStarted/Workflows/DeclarativeCode/Generated.cs b/dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteCode/Generated.cs
similarity index 100%
rename from dotnet/samples/GettingStarted/Workflows/DeclarativeCode/Generated.cs
rename to dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteCode/Generated.cs
diff --git a/dotnet/samples/GettingStarted/Workflows/DeclarativeCode/Program.cs b/dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteCode/Program.cs
similarity index 100%
rename from dotnet/samples/GettingStarted/Workflows/DeclarativeCode/Program.cs
rename to dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteCode/Program.cs
diff --git a/dotnet/samples/GettingStarted/Workflows/Declarative/DeclarativeWorkflow.csproj b/dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteWorkflow/ExecuteWorkflow.csproj
similarity index 88%
rename from dotnet/samples/GettingStarted/Workflows/Declarative/DeclarativeWorkflow.csproj
rename to dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteWorkflow/ExecuteWorkflow.csproj
index 70c048f255..b885a71c3c 100644
--- a/dotnet/samples/GettingStarted/Workflows/Declarative/DeclarativeWorkflow.csproj
+++ b/dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteWorkflow/ExecuteWorkflow.csproj
@@ -25,7 +25,7 @@
-
+
diff --git a/dotnet/samples/GettingStarted/Workflows/Declarative/Program.cs b/dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteWorkflow/Program.cs
similarity index 100%
rename from dotnet/samples/GettingStarted/Workflows/Declarative/Program.cs
rename to dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteWorkflow/Program.cs
diff --git a/dotnet/samples/GettingStarted/Workflows/DeclarativeEject/DeclarativeEject.csproj b/dotnet/samples/GettingStarted/Workflows/Declarative/GenerateCode/GenerateCode.csproj
similarity index 89%
rename from dotnet/samples/GettingStarted/Workflows/DeclarativeEject/DeclarativeEject.csproj
rename to dotnet/samples/GettingStarted/Workflows/Declarative/GenerateCode/GenerateCode.csproj
index 91bb0f69d1..72afa29cda 100644
--- a/dotnet/samples/GettingStarted/Workflows/DeclarativeEject/DeclarativeEject.csproj
+++ b/dotnet/samples/GettingStarted/Workflows/Declarative/GenerateCode/GenerateCode.csproj
@@ -26,7 +26,7 @@
-
+
diff --git a/dotnet/samples/GettingStarted/Workflows/DeclarativeEject/Program.cs b/dotnet/samples/GettingStarted/Workflows/Declarative/GenerateCode/Program.cs
similarity index 100%
rename from dotnet/samples/GettingStarted/Workflows/DeclarativeEject/Program.cs
rename to dotnet/samples/GettingStarted/Workflows/Declarative/GenerateCode/Program.cs
diff --git a/dotnet/samples/GettingStarted/Workflows/Declarative/README.md b/dotnet/samples/GettingStarted/Workflows/Declarative/README.md
index 48c6f91cbb..03023ea847 100644
--- a/dotnet/samples/GettingStarted/Workflows/Declarative/README.md
+++ b/dotnet/samples/GettingStarted/Workflows/Declarative/README.md
@@ -27,7 +27,7 @@ To set your secrets with .NET Secret Manager:
1. From the root of the repository, navigate the console to the project folder:
```
- cd dotnet/samples/GettingStarted/Workflows/Declarative/DeclarativeWorkflow
+ cd dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteWorkflow
```
2. Examine existing secret definitions:
diff --git a/workflow-samples/README.md b/workflow-samples/README.md
index 3bea36472d..c5937760c2 100644
--- a/workflow-samples/README.md
+++ b/workflow-samples/README.md
@@ -1,7 +1,7 @@
# Declarative Workflows
This folder contains sample workflow definitions than be ran using the
-[Declarative Workflow](../dotnet/samples/GettingStarted/Workflows/Declarative) demo.
+[Declarative Workflow](../dotnet/samples/GettingStarted/Workflows/Declarative/ExecuteWorkflow) demo.
Each workflow is defined in a single YAML file and contains
comments with additional information specific to that workflow.