Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions Microsoft.DurableTask.sln
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "samples\Conso
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFxConsoleApp", "samples\NetFxConsoleApp\NetFxConsoleApp.csproj", "{8A0156E6-F033-49AB-AB0C-6698CE1DB24F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAPI", "samples\WebAPI\WebAPI.csproj", "{21AF0D71-6D32-483F-B6E8-3B28EE432560}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "src\Shared\Shared.csproj", "{57A4C812-B0D9-49E9-9EBE-7E94D3D78ED7}"
Copy link

Copilot AI Dec 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete removal of WebAPI project from solution file. While the Project declaration has been removed, the build configuration entries (lines 176-179) and nested project assignment (line 298) for the WebAPI project GUID {21AF0D71-6D32-483F-B6E8-3B28EE432560} still remain in the GlobalSection blocks. These orphaned entries should also be removed to prevent build warnings or errors.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot open a new pull request to apply changes based on this feedback

EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "misc", "misc\misc.csproj", "{1E135970-60CF-470A-9270-4560BFA0A7DF}"
Expand Down Expand Up @@ -175,10 +173,6 @@ Global
{8A0156E6-F033-49AB-AB0C-6698CE1DB24F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8A0156E6-F033-49AB-AB0C-6698CE1DB24F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8A0156E6-F033-49AB-AB0C-6698CE1DB24F}.Release|Any CPU.Build.0 = Release|Any CPU
{21AF0D71-6D32-483F-B6E8-3B28EE432560}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21AF0D71-6D32-483F-B6E8-3B28EE432560}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21AF0D71-6D32-483F-B6E8-3B28EE432560}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21AF0D71-6D32-483F-B6E8-3B28EE432560}.Release|Any CPU.Build.0 = Release|Any CPU
{57A4C812-B0D9-49E9-9EBE-7E94D3D78ED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57A4C812-B0D9-49E9-9EBE-7E94D3D78ED7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57A4C812-B0D9-49E9-9EBE-7E94D3D78ED7}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -297,7 +291,6 @@ Global
{848FC5BD-4A99-4A0D-9099-9597700AA7BC} = {EFF7632B-821E-4CFC-B4A0-ED4B24296B17}
{93ED401F-5AD2-47B6-B4CA-BA791D8B82B2} = {EFF7632B-821E-4CFC-B4A0-ED4B24296B17}
{8A0156E6-F033-49AB-AB0C-6698CE1DB24F} = {EFF7632B-821E-4CFC-B4A0-ED4B24296B17}
{21AF0D71-6D32-483F-B6E8-3B28EE432560} = {EFF7632B-821E-4CFC-B4A0-ED4B24296B17}
{57A4C812-B0D9-49E9-9EBE-7E94D3D78ED7} = {8AFC9781-F6F1-4696-BB4A-9ED7CA9D612B}
{505F6151-6E36-4E0A-A740-14751B8A9397} = {1C217BB2-CE16-41CC-9D47-0FC0DB60BDB3}
{93E3B973-0FC4-4241-B7BB-064FB538FB50} = {5AD837BC-78F3-4543-8AA3-DF74D0DF94C0}
Expand Down
27 changes: 0 additions & 27 deletions samples/WebAPI/.dockerignore

This file was deleted.

60 changes: 0 additions & 60 deletions samples/WebAPI/Controllers/OrderProcessingController.cs

This file was deleted.

29 changes: 0 additions & 29 deletions samples/WebAPI/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions samples/WebAPI/Models/ApprovalEvent.cs

This file was deleted.

6 changes: 0 additions & 6 deletions samples/WebAPI/Models/OrderInfo.cs

This file was deleted.

11 changes: 0 additions & 11 deletions samples/WebAPI/Models/OrderStatus.cs

This file was deleted.

30 changes: 0 additions & 30 deletions samples/WebAPI/Orchestrations/ChargeCustomerActivity.cs

This file was deleted.

34 changes: 0 additions & 34 deletions samples/WebAPI/Orchestrations/CheckInventoryActivity.cs

This file was deleted.

31 changes: 0 additions & 31 deletions samples/WebAPI/Orchestrations/CreateShipmentActivity.cs

This file was deleted.

58 changes: 0 additions & 58 deletions samples/WebAPI/Orchestrations/ProcessOrderOrchestrator.cs

This file was deleted.

29 changes: 0 additions & 29 deletions samples/WebAPI/Program.cs

This file was deleted.

32 changes: 0 additions & 32 deletions samples/WebAPI/Properties/launchSettings.json

This file was deleted.

Loading
Loading