Skip to content

Commit b8e698f

Browse files
committed
Merge branch 'main' of github.com:dotnet/runtime into fully-share-suspension-tails
# Conflicts: # src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncHelpers.CoreCLR.cs # src/coreclr/inc/jiteeversionguid.h # src/coreclr/jit/async.cpp # src/coreclr/jit/async.h
2 parents 79d9b7e + 2e4f24b commit b8e698f

2,929 files changed

Lines changed: 136037 additions & 53003 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extraKnownMarketplaces": {
3+
"dotnet-arcade-skills": {
4+
"source": {
5+
"source": "github",
6+
"repo": "dotnet/arcade-skills"
7+
}
8+
}
9+
},
10+
"enabledPlugins": {
11+
"dotnet-dnceng@dotnet-arcade-skills": true
12+
}
13+
}

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"microsoft.dotnet.xharness.cli": {
18-
"version": "11.0.0-prerelease.26174.1",
18+
"version": "11.0.0-prerelease.26204.1",
1919
"commands": [
2020
"xharness"
2121
]

.github/actions/select-copilot-pat/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ To use Agentic Workflows in a dotnet org repository:
1010
2. Copy this `select-copilot-pat` folder into the repository under `.github/actions/select-copilot-pat`, including both the `README.md` and `action.yml`.
1111
3. Merge those additions into the repository and then follow the instructions for the PAT Creation and Usage below.
1212

13+
> **Optional:** If you plan to manage secrets or workflows from the command line (e.g., `gh aw secrets set`), [install the `gh aw` CLI extension][cli-setup]:
14+
> ```sh
15+
> gh extension install github/gh-aw
16+
> ```
17+
1318
## PAT Management
1419
Team members provide PATs into the pools for the repository by adding them as repository secrets with secret names matching the pattern of `<pool_name>_<0-9>`, such as `COPILOT_PAT_0`.
1520
@@ -85,6 +90,7 @@ engine:
8590
8691
## References
8792
93+
- [Agentic Workflows CLI Extension][cli-setup]
8894
- [Agentic Authoring][configure-repo]
8995
- [Authentication][authentication]
9096
- [Agentic Workflow Imports][imports]
@@ -96,6 +102,7 @@ engine:
96102
- [Case Function in Workflow Expressions][case-expression]
97103
- [Update agentic engine token handling to use user-provided secrets (github/gh-aw#18017)][secret-override]
98104
105+
[cli-setup]: https://github.github.com/gh-aw/setup/cli/
99106
[configure-repo]: https://github.github.com/gh-aw/guides/agentic-authoring/#configuring-your-repository
100107
[authentication]: https://github.github.com/gh-aw/reference/auth/
101108
[create-pat]: https://github.com/settings/personal-access-tokens/new?name=dotnet%20org%20agentic%20workflows&description=GitHub+Agentic+Workflows+-+Copilot+engine+authentication.++Used+for+dotnet+org+workflows.+MUST+be+configured+with+only+Copilot+Requests+permissions+and+user+account+as+resource+owner.+Weekly+expiration+and+required+renewal.&user_copilot_requests=read&expires_in=8

.github/agents/agentic-workflows.agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
name: agentic-workflows
23
description: GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing
34
disable-model-invocation: true
45
---

.github/agents/extensions-reviewer.md

Lines changed: 245 additions & 0 deletions
Large diffs are not rendered by default.

.github/agents/system-net-review.md

Lines changed: 427 additions & 0 deletions
Large diffs are not rendered by default.

.github/aw/actions-lock.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,20 @@
55
"version": "v8",
66
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
77
},
8-
"github/gh-aw-actions/setup@v0.63.0": {
9-
"repo": "github/gh-aw-actions/setup",
10-
"version": "v0.63.0",
11-
"sha": "9128d2542bbf1bdfec94dabeaf3e1d3c0d402577"
8+
"actions/github-script@v9": {
9+
"repo": "actions/github-script",
10+
"version": "v9",
11+
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
12+
},
13+
"actions/upload-artifact@v4": {
14+
"repo": "actions/upload-artifact",
15+
"version": "v4",
16+
"sha": "ea165f8d65b6e75b540449e92b4886f43607fa02"
1217
},
13-
"github/gh-aw-actions/setup@v0.63.1": {
18+
"github/gh-aw-actions/setup@v0.68.1": {
1419
"repo": "github/gh-aw-actions/setup",
15-
"version": "v0.63.1",
16-
"sha": "53e09ec0be6271e81a69f51ef93f37212c8834b0"
20+
"version": "v0.68.1",
21+
"sha": "2fe53acc038ba01c3bbdc767d4b25df31ca5bdfc"
1722
}
1823
}
1924
}

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Based on file paths you will modify:
8484

8585
### Step 2: Run the Baseline Build (from repo root)
8686

87-
**First, checkout the `main` branch** to establish a known-good baseline, then run the appropriate build command:
87+
From the repo root, on the branch you intend to modify, ensure you have a clean working tree (no uncommitted changes) at the current HEAD, then run the appropriate build command **before making any code changes**:
8888

8989
| Component | Command |
9090
|-----------|---------|
@@ -108,7 +108,7 @@ export PATH="$(pwd)/.dotnet:$PATH"
108108
dotnet --version # Should match sdk.version in global.json
109109
```
110110

111-
**Only proceed with changes after the baseline build succeeds.** If it fails, report the failure and stop. After the baseline build, switch back to your working branch before making changes.
111+
**Only proceed with changes after the baseline build succeeds.** If it fails, report the failure and stop.
112112

113113
---
114114

.github/copilot/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extraKnownMarketplaces": {
3+
"dotnet-arcade-skills": {
4+
"source": {
5+
"source": "github",
6+
"repo": "dotnet/arcade-skills"
7+
}
8+
}
9+
},
10+
"enabledPlugins": {
11+
"dotnet-dnceng@dotnet-arcade-skills": true
12+
}
13+
}

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
open-pull-requests-limit: 5
88
labels:
99
- area-codeflow
10+
exclude-paths:
11+
- ".github/workflows/*.lock.yml"
1012
ignore:
1113
- dependency-name: "actions/checkout"
1214
update-types: ["version-update:semver-patch","version-update:semver-minor"]

0 commit comments

Comments
 (0)