You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 This PR was created by Repo Assist, an automated AI assistant.
Summary
Updates global.json to document the current .NET SDK baseline as 10.0.301.
The existing rollForward: latestMinor policy already causes the build to use whichever 10.x SDK is installed, so this change has no effect on runtime behaviour. It simply keeps the pinned version in sync with the version currently running in CI and local development, avoiding the misleading appearance that 10.0.201 is the latest tested baseline.
SDK version is confirmed as 10.0.301 in this environment (dotnet --version). No code changes; all existing tests continue to pass under the updated baseline.
Warning
Protected Files — Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
global.json
The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.
Create the pull request manually
# Download the patch from the workflow run
gh run download 29137612698 -n agent -D /tmp/agent-29137612698
# Create a new branch
git checkout -b repo-assist/eng-update-sdk-10.0.301-20260711-6e90c087cc74227e master
# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-29137612698/aw-repo-assist-eng-update-sdk-10.0.301-20260711.patch
# Push the branch and create the pull request
git push origin repo-assist/eng-update-sdk-10.0.301-20260711-6e90c087cc74227e
gh pr create --title '[repo-assist] chore: update global.json SDK baseline from 10.0.201 to 10.0.301' --base master --head repo-assist/eng-update-sdk-10.0.301-20260711-6e90c087cc74227e --repo fsprojects/SwaggerProvider
🤖 This PR was created by Repo Assist, an automated AI assistant.
Summary
Updates
global.jsonto document the current .NET SDK baseline as10.0.301.The existing
rollForward: latestMinorpolicy already causes the build to use whichever10.xSDK is installed, so this change has no effect on runtime behaviour. It simply keeps the pinned version in sync with the version currently running in CI and local development, avoiding the misleading appearance that10.0.201is the latest tested baseline.Changes
global.json:"version": "10.0.201"→"version": "10.0.301"Test Status
SDK version is confirmed as
10.0.301in this environment (dotnet --version). No code changes; all existing tests continue to pass under the updated baseline.Warning
Protected Files — Push Permission Denied
This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.
Protected files
global.jsonThe push was rejected because GitHub Actions does not have
workflowspermission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.Create the pull request manually
Add this agentic workflows to your repo
To install this agentic workflow, run