What happened?
Polecat agents working in the mless-audit rig (d7883019-a940-46d3-9729-a9a0add06810) do not have the .NET SDK available in their environment. When assigned to update NuGet packages or any .NET task requiring dotnet build / dotnet test, the agents escalate because they cannot verify their changes.
This is a fundamental limitation for .NET project workflows — agents can edit .csproj files but cannot compile or run tests, making it impossible to safely validate changes.
Expected: .NET SDK (at least the version matching the project's target framework, e.g. net10.0) should be available in the agent container environment so agents can run dotnet build, dotnet test, and dotnet ef commands.
Town: 8b5713aa-18db-482f-8c3b-e4bd4e8a4438
Rig: d7883019-a940-46d3-9729-a9a0add06810
Area
Container / Git
Context
- Town ID: 8b5713aa-18db-482f-8c3b-e4bd4e8a4438
- Agent: Mayor (e5e83690-231e-4cee-bce1-6632e5dc73f5)
Filed automatically by the Mayor via gt_report_bug.
What happened?
Polecat agents working in the mless-audit rig (d7883019-a940-46d3-9729-a9a0add06810) do not have the .NET SDK available in their environment. When assigned to update NuGet packages or any .NET task requiring
dotnet build/dotnet test, the agents escalate because they cannot verify their changes.This is a fundamental limitation for .NET project workflows — agents can edit .csproj files but cannot compile or run tests, making it impossible to safely validate changes.
Expected: .NET SDK (at least the version matching the project's target framework, e.g. net10.0) should be available in the agent container environment so agents can run
dotnet build,dotnet test, anddotnet efcommands.Town: 8b5713aa-18db-482f-8c3b-e4bd4e8a4438
Rig: d7883019-a940-46d3-9729-a9a0add06810
Area
Container / Git
Context
Filed automatically by the Mayor via
gt_report_bug.