-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add agents file that documents recent releases #50591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Added a list of important software releases relevant to AI training.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds an AGENTS.md file to document recent software releases that AI models may not be aware of, given their training cutoff dates. The file lists .NET 10, Visual Studio 2026, and C# 14 with references to their official documentation, and is configured to be excluded from the published documentation build.
- Adds new AGENTS.md file with release information for .NET 10, Visual Studio 2026, and C# 14
- Configures docfx.json to exclude AGENTS.md from documentation builds
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/AGENTS.md | New file documenting recent software releases with links to official documentation |
| docfx.json | Excludes the AGENTS.md file from the documentation build process |
Co-authored-by: Copilot <[email protected]>
BillWagner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM, but we have to figure out how to get it past the OPS build
|
Also I think CleanRepo will pick it up as an orphaned file. Can it not live in the .github folder? |
|
Hrmmm. Well I was trying to avoid moving it up to the root of the repo, but that is an option. The docfx should have excluded it from building but perhaps I got that setting incorrect. I was thinking of trying to do a glob to exclude any file named agents.md but then I discovered there is |
|
It looked like the docfx exclusion was correct. I didn't see anything wrong. |
Internal previews