Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
0e193d4
Bump actions/dependency-review-action from 4.8.1 to 4.8.2 (#49731)
dependabot[bot] Nov 12, 2025
7851b7a
Bump the dotnet group with 3 updates (#49744)
dependabot[bot] Nov 12, 2025
c9e9ade
Bump the dotnet group with 3 updates (#49746)
dependabot[bot] Nov 12, 2025
6812db1
Bump the dotnet group with 1 update (#49750)
dependabot[bot] Nov 12, 2025
a649cd4
Bump the dotnet group with 3 updates (#49751)
dependabot[bot] Nov 12, 2025
8746425
Bump the dotnet group with 3 updates (#49765)
dependabot[bot] Nov 12, 2025
581d41b
Bump the dotnet group with 2 updates (#49763)
dependabot[bot] Nov 12, 2025
9fa39c3
Bump the dotnet group with 2 updates (#49767)
dependabot[bot] Nov 12, 2025
a22f7d7
Bump the dotnet group with 2 updates (#49782)
dependabot[bot] Nov 12, 2025
a42db92
Bump the dotnet group with 3 updates (#49783)
dependabot[bot] Nov 12, 2025
2a5205d
Bump the dotnet group with 2 updates (#49784)
dependabot[bot] Nov 12, 2025
4efeaf5
Bump the dotnet group with 1 update (#49781)
dependabot[bot] Nov 12, 2025
d99a931
Bump the dotnet group with 2 updates (#49780)
dependabot[bot] Nov 12, 2025
a49d68c
Bump the dotnet group with 4 updates (#49786)
dependabot[bot] Nov 12, 2025
77c3497
Bump the dotnet group with 2 updates (#49787)
dependabot[bot] Nov 12, 2025
abcf959
Bump the dotnet group with 3 updates (#49796)
dependabot[bot] Nov 12, 2025
f0d3712
Bump the dotnet group with 1 update (#49797)
dependabot[bot] Nov 12, 2025
c76cc4c
[UUF] Delete useless overview article (#49726)
gewarren Nov 12, 2025
7a0794c
Update package index with latest published versions (#49725)
azure-sdk Nov 12, 2025
5711e73
Enhance documentation for System.Numerics.Tensors (#49729)
mirekholec Nov 12, 2025
673908b
Bump the dotnet group with 1 update (#49817)
dependabot[bot] Nov 12, 2025
4e952ad
Bump the dotnet group with 4 updates (#49821)
dependabot[bot] Nov 12, 2025
59e58f3
Bump the dotnet group with 2 updates (#49823)
dependabot[bot] Nov 12, 2025
439938b
Bump the dotnet group with 7 updates (#49834)
dependabot[bot] Nov 12, 2025
187a5f2
Bump the dotnet group with 3 updates (#49836)
dependabot[bot] Nov 12, 2025
af00528
Bump the dotnet group with 7 updates (#49837)
dependabot[bot] Nov 12, 2025
d2f2650
Bump the dotnet group with 8 updates (#49839)
dependabot[bot] Nov 12, 2025
9682959
Bump the dotnet group with 3 updates (#49841)
dependabot[bot] Nov 12, 2025
e821c17
Bump the dotnet group with 3 updates (#49842)
dependabot[bot] Nov 12, 2025
f0a29e4
Bump the dotnet group with 5 updates (#49847)
dependabot[bot] Nov 12, 2025
75eb8ab
Bump the dotnet group with 1 update (#49848)
dependabot[bot] Nov 12, 2025
e3c747b
Bump the dotnet group with 1 update (#49850)
dependabot[bot] Nov 12, 2025
5bc537e
Bump the dotnet group with 2 updates (#49851)
dependabot[bot] Nov 12, 2025
b04c387
Bump the dotnet group with 14 updates (#49854)
dependabot[bot] Nov 12, 2025
0265fa6
Bump Microsoft.Extensions.Hosting and Microsoft.Extensions.Logging.Co…
dependabot[bot] Nov 12, 2025
19bca8c
Bump Microsoft.Extensions.Logging from 9.0.10 to 10.0.0 (#49859)
dependabot[bot] Nov 12, 2025
27f562f
Bump Microsoft.Extensions.Logging.Console from 9.0.10 to 10.0.0 (#49860)
dependabot[bot] Nov 12, 2025
b6263a8
Bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Co…
dependabot[bot] Nov 12, 2025
b5bf597
Bump Microsoft.Extensions.Caching.Memory and 2 others (#49862)
dependabot[bot] Nov 12, 2025
886b463
Update package index with latest published versions (#49864)
azure-sdk Nov 12, 2025
65f58e6
Update package index with latest published versions (#49867)
azure-sdk Nov 12, 2025
a46d3a8
Add agent for generating breaking change docs (#49869)
gewarren Nov 12, 2025
c9f70d2
Bump the dotnet group with 3 updates (#49819)
dependabot[bot] Nov 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions .github/agents/breakingchange.agent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
---
name: breakingchange-creator
description: Agent that specializes in creating breaking change articles
---

You are a documentation specialist focused on breaking change articles. Focus on the following instructions:

- Use Markdown format.
- Document ONLY modern .NET breaking changes. That is, ignore docs under [`docs/framework/migration-guide`](https://github.com/dotnet/docs/tree/main/docs/framework/migration-guide) (which are for legacy .NET Framework).
- Make content clear and concise.
- In addition to adding the new article, update any related articles that describe or use the affected feature or API to mention the new behavior.

## Document structure

Start with this header (replace placeholders):

```
---
title: "Breaking change - <Concise descriptive title>"
description: "Learn about the breaking change in <product/version without preview> where <brief description>."
ms.date: <Today's date in MM/DD/YYYY format>
ai-usage: ai-assisted
---
```

> **Note:** Use today's date in the format MM/DD/YYYY. This date cannot be earlier than 11/12/2025.

Then, include these sections in this order:

### 1. H1 Title

- Use the header title, but remove "Breaking change - ".

**Intro paragraph:**
Summarize the breaking change.

### 2. Version introduced

- Version where change was introduced (include preview number if applicable).

### 3. Previous behavior

- Briefly describe past behavior using past tense.
- Start the first sentence with "Previously, ...".
- Include example code snippets if relevant.

### 4. New behavior

- Briefly describe new behavior using present tense.
- Start the first sentence with "Starting in <major version>, ..."
- Include example code snippets if relevant.

### 5. Type of breaking change

- If **behavioral change**:
`This change is a [behavioral change](../../categories.md#behavioral-change).`
- If **source or binary incompatible**:
`This change can affect [source compatibility](../../categories.md#source-incompatible) and/or [binary compatibility](../../categories.md#binary-incompatible).`

### 6. Reason for change

- Explain why the change was made.
- Include relevant links.

### 7. Recommended action

- Describe what users should do to adapt.
- Include code examples if helpful.

### 8. Affected APIs

- Bullet list of affected APIs.
- Use **xref-style links** as described in `copilot-instructions.md`.
- If none: Write "None."

## Final steps

- Add the new doc to the [TOC file](https://github.com/dotnet/docs/blob/main/docs/core/compatibility/toc.yml).
- Add an entry to the index file (for example, https://github.com/dotnet/docs/blob/main/docs/core/compatibility/10.0.md for .NET 10 breaking changes) under the appropriate area H2 heading.
- Create a pull request:
- In the description, include: `Fixes #<issue-number>` (replace with the correct number).
- Request review on the pull request from the person who opened the issue.
- Also check the relevant API docs, if applicable, and update them in the https://github.com/dotnet/dotnet-api-docs repo to reflect the breaking change.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: 'Dependency Review'
uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
4 changes: 4 additions & 0 deletions .openpublishing.redirection.standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
"source_path_from_root": "/docs/standard/base-types/backtracking.md",
"redirect_url": "/dotnet/standard/base-types/backtracking-in-regular-expressions"
},
{
"source_path_from_root": "/docs/standard/base-types/basic-string-operations.md",
"redirect_url": "/dotnet/standard/base-types/creating-new"
},
{
"source_path_from_root": "/docs/standard/base-types/best-practices.md",
"redirect_url": "/dotnet/standard/base-types/best-practices-regex"
Expand Down
14 changes: 7 additions & 7 deletions docs/ai/evaluation/snippets/evaluate-ai-responses/TestAI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.10.2" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation" Version="9.10.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Quality" Version="9.10.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Quality" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
<PackageReference Include="MSTest" Version="4.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="MSTest" Version="4.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.10.2" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation" Version="9.10.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Reporting" Version="9.10.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Reporting" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Safety" Version="9.5.0-preview.1.25265.7" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.5.0-preview.1.25265.7" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
<PackageReference Include="MSTest" Version="4.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="MSTest" Version="4.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.10.1" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation" Version="9.10.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Quality" Version="9.10.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Reporting" Version="9.10.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Quality" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Reporting" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.3-preview.1.25230.7" />
<PackageReference Include="microsoft.extensions.configuration" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.10" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
<PackageReference Include="MSTest" Version="4.0.1" />
<PackageReference Include="microsoft.extensions.configuration" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="MSTest" Version="4.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.1" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.11" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.13.0" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions docs/ai/quickstarts/snippets/structured-output/SOChat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.1" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.10" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.2" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.0-rc.2.25502.107" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.0.0" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.4.8" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0-rc.2.25502.107" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-rc.2.25502.107" />
<PackageReference Include="OllamaSharp" Version="5.4.10" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0" />
<ProjectReference Include="..\AI.Shared\AI.Shared.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.10.2" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="10.0.0" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.4.8" />
<PackageReference Include="OllamaSharp" Version="5.4.10" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading
Loading