db620d33df
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
dotnet-build-and-test / dotnet-test-functions (push) Has been cancelled
dotnet-build-and-test / paths-filter (push) Has been cancelled
dotnet-build-and-test / dotnet-build (Debug, windows-latest, net9.0) (push) Has been cancelled
dotnet-build-and-test / dotnet-build (Release, ubuntu-latest, net10.0) (push) Has been cancelled
dotnet-build-and-test / dotnet-build (Release, ubuntu-latest, net8.0) (push) Has been cancelled
dotnet-build-and-test / dotnet-build (Release, windows-latest, net472) (push) Has been cancelled
dotnet-build-and-test / dotnet-test (Release, integration, true, ubuntu-latest, net10.0) (push) Has been cancelled
dotnet-build-and-test / dotnet-test (Release, integration, true, windows-latest, net472) (push) Has been cancelled
dotnet-build-and-test / dotnet-foundry-hosted-it (push) Has been cancelled
dotnet-build-and-test / dotnet-build-and-test-check (push) Has been cancelled
dotnet-build-and-test / Integration Test Report (push) Has been cancelled
35 lines
1005 B
JSON
35 lines
1005 B
JSON
{
|
|
"name": "C# (.NET)",
|
|
"image": "mcr.microsoft.com/devcontainers/dotnet",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/azure-cli:1.2.9": {},
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
|
"ghcr.io/devcontainers/features/github-cli:1": {
|
|
"version": "2"
|
|
},
|
|
"ghcr.io/devcontainers/features/powershell:1": {
|
|
"version": "latest"
|
|
},
|
|
"ghcr.io/azure/azure-dev/azd:0": {
|
|
"version": "latest"
|
|
},
|
|
"ghcr.io/devcontainers/features/dotnet:2": {
|
|
"version": "none",
|
|
"dotnetRuntimeVersions": "10.0",
|
|
"aspNetCoreRuntimeVersions": "10.0"
|
|
},
|
|
"ghcr.io/devcontainers/features/copilot-cli:1": {}
|
|
},
|
|
"workspaceFolder": "/workspaces/agent-framework/dotnet/",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"GitHub.copilot",
|
|
"GitHub.vscode-github-actions",
|
|
"ms-dotnettools.csdevkit",
|
|
"vscode-icons-team.vscode-icons",
|
|
"ms-windows-ai-studio.windows-ai-studio"
|
|
]
|
|
}
|
|
}
|
|
} |