From 04daffa0b2462032bf268e51fe37bc34c7f6b6b6 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:29:59 -0800 Subject: [PATCH 1/5] Document important software releases for AI training Added a list of important software releases relevant to AI training. --- docs/AGENTS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/AGENTS.md diff --git a/docs/AGENTS.md b/docs/AGENTS.md new file mode 100644 index 0000000000000..d54b298e937c0 --- /dev/null +++ b/docs/AGENTS.md @@ -0,0 +1,13 @@ + +## IMPORTANT SOFTWARE RELEASES + +This is a list of important software releases recently released that an AI model might be trained on. + +- .NET 10 was released in November 2025 + - Reference: [What's new in .NET 10 Overview](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-10/overview) + - Reference: [What's new in .NET 10 Runtime](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-10/runtime) + - Reference: [What's new in .NET 10 SDK](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-10/sdk) +- Visual Studio 2026 was released in September 2025 + - Reference: [Visual Studio 2026 Release Notes](https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes) +- C# 14 was released in November 2025 + - Reference: [What's new in C# 14](https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-14) From bb1019c2273dbb73c3e013fbff75c5dcf69174d1 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:32:26 -0800 Subject: [PATCH 2/5] Exclude AGENTS.md from documentation generation --- docfx.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docfx.json b/docfx.json index a349e0079d8c3..5f8336e0259c0 100644 --- a/docfx.json +++ b/docfx.json @@ -24,6 +24,7 @@ "src": "docs", "dest": ".", "exclude": [ + "docs/AGENTS.md", "samples/**/*.*", "**/snippets/**", "**/includes/**", From c5a2be41fd000de36c9f4c449a4f85eb6a63916b Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:35:14 -0800 Subject: [PATCH 3/5] Update docs/AGENTS.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AGENTS.md b/docs/AGENTS.md index d54b298e937c0..f260ce45afcc6 100644 --- a/docs/AGENTS.md +++ b/docs/AGENTS.md @@ -1,7 +1,7 @@ ## IMPORTANT SOFTWARE RELEASES -This is a list of important software releases recently released that an AI model might be trained on. +This is a list of important software releases that an AI model might not be aware of. - .NET 10 was released in November 2025 - Reference: [What's new in .NET 10 Overview](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-10/overview) From 38dfa0e2c6c29363b35dfafa7ad1beda23004838 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Wed, 17 Dec 2025 09:58:58 -0800 Subject: [PATCH 4/5] Change exclusion pattern for AGENTS.md Updated the exclusion pattern for AGENTS.md in docfx.json. --- docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx.json b/docfx.json index 5f8336e0259c0..81cd475d7f90c 100644 --- a/docfx.json +++ b/docfx.json @@ -24,7 +24,7 @@ "src": "docs", "dest": ".", "exclude": [ - "docs/AGENTS.md", + "AGENTS.md", "samples/**/*.*", "**/snippets/**", "**/includes/**", From e7aa9d5fd9df21386dc99dcd90383cd95d30c4ee Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Thu, 18 Dec 2025 10:05:29 -0800 Subject: [PATCH 5/5] Update AGENTS.md --- docs/AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/AGENTS.md b/docs/AGENTS.md index f260ce45afcc6..0f143ea20b2e4 100644 --- a/docs/AGENTS.md +++ b/docs/AGENTS.md @@ -1,6 +1,8 @@ ## IMPORTANT SOFTWARE RELEASES +Updated December 18th 2025 + This is a list of important software releases that an AI model might not be aware of. - .NET 10 was released in November 2025