AI evaluation docs freshness pass: update dates, ai-usage metadata, package flags, and NuGet versions#52000
AI evaluation docs freshness pass: update dates, ai-usage metadata, package flags, and NuGet versions#52000
Conversation
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
|
@copilot Can you try to access www.nuget.org again and make any updates based on data you find there? |
…data Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
I was able to access the NuGet API and found the following packages needed updates in the snippet csproj files (commit a67b628):
All other packages ( Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
There was a problem hiding this comment.
Pull request overview
This PR is a freshness pass over five articles in docs/ai/evaluation/, updating stale metadata and aligning documentation with the current package release state. Microsoft.Extensions.AI.OpenAI has reached stable release, so the --prerelease install flag is removed from three tutorials. NuGet versions in the snippet projects are bumped to their latest releases, and the four articles that were missing the ai-usage disclosure get the required ai-usage: ai-assisted frontmatter key.
Changes:
- Updated
ms.dateto03/03/2026across all five articles and addedai-usage: ai-assistedto four articles that were missing it. - Removed
--prereleasefromdotnet add package Microsoft.Extensions.AI.OpenAIin three tutorial articles (evaluate-ai-response.md,evaluate-safety.md,evaluate-with-reporting.md). - Bumped NuGet package versions in snippet csproj files (
Azure.Identity1.17.1 → 1.18.0,Microsoft.Extensions.AI.Evaluation.Safety9.5.0-preview → 10.3.0-preview,Microsoft.NET.Test.Sdk18.0.1 → 18.3.0).
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
docs/ai/evaluation/responsible-ai.md |
ms.date updated to 03/03/2026 |
docs/ai/evaluation/libraries.md |
ms.date updated and ai-usage: ai-assisted added |
docs/ai/evaluation/evaluate-with-reporting.md |
ms.date updated, ai-usage added, --prerelease removed from OpenAI package |
docs/ai/evaluation/evaluate-safety.md |
ms.date updated, ai-usage added, --prerelease removed from OpenAI package |
docs/ai/evaluation/evaluate-ai-response.md |
ms.date updated, ai-usage added, --prerelease removed from OpenAI package |
docs/ai/evaluation/snippets/evaluate-ai-responses/TestAI.csproj |
Azure.Identity → 1.18.0, Microsoft.NET.Test.Sdk → 18.3.0 |
docs/ai/evaluation/snippets/evaluate-safety/EvaluateResponseSafety.csproj |
Azure.Identity → 1.18.0, Microsoft.Extensions.AI.Evaluation.Safety → 10.3.0-preview.1.26109.11 |
docs/ai/evaluation/snippets/evaluate-with-reporting/TestAIWithReporting.csproj |
Azure.Identity → 1.18.0, Microsoft.NET.Test.Sdk → 18.3.0 |
You can also share your feedback on Copilot code review. Take the survey.
Five articles in
docs/ai/evaluation/were stale—outdatedms.datevalues and missing AI-usage disclosure, plusMicrosoft.Extensions.AI.OpenAIwas still marked as--prereleasedespite reaching stable release. NuGet package versions in the snippet projects were also updated to their latest releases.Changes
ms.date: Updated to03/03/2026across all five articlesai-usage: ai-assisted: Added to the four articles missing this frontmatter key (evaluate-ai-response.md,evaluate-safety.md,evaluate-with-reporting.md,libraries.md)--prereleaseflag removed fromdotnet add package Microsoft.Extensions.AI.OpenAIin three articles — the package is now stable at 10.3.0:Microsoft.Extensions.AI.Evaluation.Safetyretains--prereleaseas it remains in prerelease.NuGet package versions updated in snippet csproj files (verified via NuGet API):
Azure.Identity: 1.17.1 → 1.18.0 (all 3 projects)Microsoft.Extensions.AI.Evaluation.Safety: 9.5.0-preview.1.25265.7 → 10.3.0-preview.1.26109.11 (EvaluateResponseSafety.csproj)Microsoft.NET.Test.Sdk: 18.0.1 → 18.3.0 (TestAI.csprojandTestAIWithReporting.csproj)💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Internal previews