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
5bf0bda
Bump actions/checkout from 5.0.0 to 5.0.1 (#49969)
dependabot[bot] Nov 19, 2025
f1dc9d8
Bump the dotnet group with 1 update (#49974)
dependabot[bot] Nov 19, 2025
856c49c
Bump the dotnet group with 2 updates (#49996)
dependabot[bot] Nov 19, 2025
a6eff69
Bump the dotnet group with 1 update (#49978)
dependabot[bot] Nov 19, 2025
d578ba6
Bump the dotnet group with 1 update (#50004)
dependabot[bot] Nov 19, 2025
6958c70
Bump the dotnet group with 2 updates (#49997)
dependabot[bot] Nov 19, 2025
9d99a30
Bump the dotnet group with 1 update (#49995)
dependabot[bot] Nov 19, 2025
0cb9f55
Bump the dotnet group with 6 updates (#50000)
dependabot[bot] Nov 19, 2025
550f6d4
Bump the dotnet group with 3 updates (#50007)
dependabot[bot] Nov 19, 2025
15cad8f
Bump the dotnet group with 4 updates (#50029)
dependabot[bot] Nov 19, 2025
f84ac60
Bump the dotnet group with 2 updates (#50032)
dependabot[bot] Nov 19, 2025
ed78f4d
Bump the dotnet group with 3 updates (#50019)
dependabot[bot] Nov 19, 2025
3073648
Bump the dotnet group with 6 updates (#50017)
dependabot[bot] Nov 19, 2025
451d434
Bump the dotnet group with 2 updates (#50035)
dependabot[bot] Nov 19, 2025
33f9647
Bump the dotnet group with 3 updates (#50020)
dependabot[bot] Nov 19, 2025
ce09698
Bump the dotnet group with 4 updates (#50033)
dependabot[bot] Nov 19, 2025
0e535f8
Bump the dotnet group with 2 updates (#50034)
dependabot[bot] Nov 19, 2025
355c505
Bump the dotnet group with 3 updates (#50037)
dependabot[bot] Nov 19, 2025
6109cba
Bump the dotnet group with 2 updates (#50038)
dependabot[bot] Nov 19, 2025
127f03b
Bump the dotnet group with 1 update (#50040)
dependabot[bot] Nov 19, 2025
aa629d2
Bump the dotnet group with 2 updates (#50044)
dependabot[bot] Nov 19, 2025
0ae052c
Bump the dotnet group with 1 update (#50045)
dependabot[bot] Nov 19, 2025
ea7e872
Bump the dotnet group with 1 update (#50046)
dependabot[bot] Nov 19, 2025
655ed45
Bump github/codeql-action from 4.31.2 to 4.31.4 (#49971)
dependabot[bot] Nov 19, 2025
1d845f4
Don't refer to C# 11 as "new" anymore (#49960)
BillWagner Nov 19, 2025
ca2ed20
Clarify that Debian images will not be shipped for .NET 10 (#49953)
Copilot Nov 19, 2025
af51440
Revise AI section (#49905)
anandmeg Nov 19, 2025
0a9be5d
Bump the dotnet group with 1 update (#49987)
dependabot[bot] Nov 19, 2025
ff740e6
Update package index with latest published versions (#50049)
azure-sdk Nov 19, 2025
39ed8e1
Update freshness dates and package references for 39 high-traffic .NE…
Copilot Nov 19, 2025
3188ea4
add two new support for dotnet toc (#49966)
hellosnow Nov 19, 2025
140c3d8
Update package index with latest published versions (#50052)
azure-sdk Nov 19, 2025
e4b40cc
Fix formatting issues in quality rules index (#50051)
gewarren Nov 19, 2025
51aae93
Add breaking change documentation for IDispatchEx to IReflect cast fa…
Copilot Nov 19, 2025
a65d53a
Clarify .NET Framework 4.x versioning in side-by-side installation do…
Copilot Nov 19, 2025
471caad
Move mutation testing docs from xUnit subsection to top-level Testing…
Copilot Nov 19, 2025
bb467ca
dotnet dump docs: mention Triage dump type (#47107)
skarfie123 Nov 20, 2025
a8407b2
Update package index with latest published versions (#50056)
azure-sdk Nov 20, 2025
13ec21e
Update anonymous types article to cover tuples as preferred alternati…
Copilot Nov 20, 2025
be29ff2
Update releases-and-support article with current versions and .NET 9 …
Copilot Nov 20, 2025
254426f
Bump DavidAnson/markdownlint-cli2-action from 20.0.0 to 21.0.0 (#49968)
dependabot[bot] Nov 20, 2025
fe7d068
Update package index with latest published versions (#50060)
azure-sdk Nov 20, 2025
97a24c6
Fix wording for range operator spacing rule in F# style guide (#49311)
VMikulasek Nov 20, 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
2 changes: 1 addition & 1 deletion .github/workflows/cleanrepo-orphaned-articles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

# Call clean repo
- name: Clean repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanrepo-orphaned-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

# Call clean repo
- name: Clean repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanrepo-orphaned-includes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

# Call clean repo
- name: Clean repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanrepo-orphaned-snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

# Call clean repo
- name: Clean repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanrepo-redirect-hops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

# Call clean repo
- name: Clean repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanrepo-relative-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

# Call clean repo
- name: Clean repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanrepo-replace-redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

# Call clean repo
- name: Clean repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
# - name: Setup .NET
# uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0
# with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: 'Dependency Review'
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
2 changes: 1 addition & 1 deletion .github/workflows/docs-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
egress-policy: audit

- name: Checkout the repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

- name: Validate
uses: dotnet/docs-actions/actions/docs-verifier@5e8bcc78465d45a7544bba56509a1a69922b6a5a # main
4 changes: 2 additions & 2 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e # v20.0.0
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
with:
config: ".markdownlint-cli2.jsonc"
globs: "**/*.md"
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
egress-policy: audit

- name: "Checkout code"
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false

Expand Down Expand Up @@ -71,6 +71,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v3.29.5
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/snippets5000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
egress-policy: audit

- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #@v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd #@v5.0.1

# Get the latest preview SDK (or sdk not installed by the runner)
- name: Setup .NET
Expand Down
3 changes: 2 additions & 1 deletion .markdownlint-cli2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"MD050": {
"style": "asterisk"
},
"MD051": false
"MD051": false,
"MD060": false
},
"ignores": [
".github/",
Expand Down
16 changes: 10 additions & 6 deletions .openpublishing.redirection.csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,6 @@
"source_path_from_root": "/docs/csharp/getting-started/testing-library-with-visual-studio.md",
"redirect_url": "/dotnet/core/tutorials/testing-library-with-visual-studio"
},
{
"source_path_from_root": "/docs/csharp/getting-started/whats-new.md",
"redirect_url": "/dotnet/csharp/whats-new/csharp-11"
},
{
"source_path_from_root": "/docs/csharp/getting-started/with-visual-studio-2017.md",
"redirect_url": "/dotnet/core/tutorials/with-visual-studio",
Expand Down Expand Up @@ -4753,7 +4749,11 @@
},
{
"source_path_from_root": "/docs/csharp/whats-new/tutorials/static-abstract-interface-methods.md",
"redirect_url": "/dotnet/csharp/whats-new/tutorials/static-virtual-interface-members"
"redirect_url": "/dotnet/advanced-topics/interface-implementation/static-virtual-interface-members"
},
{
"source_path_from_root": "/docs/csharp/whats-new/tutorials/static-virtual-interface-members.md",
"redirect_url": "/dotnet/advanced-topics/interface-implementation/static-virtual-interface-members"
},
{
"source_path_from_root": "/docs/csharp/whats-new/tutorials/top-level-statements.md",
Expand Down Expand Up @@ -5004,9 +5004,13 @@
"source_path_from_root": "/docs/csharp/whats-new/csharp-10.md",
"redirect_url": "/dotnet/csharp/whats-new/csharp-version-history#c-version-10"
},
{
"source_path_from_root": "/docs/csharp/whats-new/csharp-11.md",
"redirect_url": "/dotnet/csharp/whats-new/csharp-version-history#c-version-11"
},
{
"source_path_from_root": "/docs/csharp/whats-new/index.md",
"redirect_url": "/dotnet/csharp/whats-new/csharp-13",
"redirect_url": "/dotnet/csharp/whats-new/csharp-14",
"ms.custom": "updateeachrelease"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

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

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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.0" />
<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="10.0.0-rc.2.25502.107" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.0-rc.2.25502.107" />
<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 @@ -8,10 +8,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenAI" Version="2.6.0" />
<PackageReference Include="OpenAI" Version="2.7.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 @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.2.0-beta.5" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.2" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.3-preview.1.25230.7" />
<PackageReference Include="ModelContextProtocol" Version="0.1.0-preview.14" />
</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="Microsoft.Extensions.AI.OpenAI" Version="9.10.1-preview.1.25521.4" />
<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 @@ -8,8 +8,8 @@
</PropertyGroup>

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

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

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.4.8" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.0-rc.2.25502.107" />
<PackageReference Include="OllamaSharp" Version="5.4.11" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.0" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-rc.2.25502.107" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.13.1" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0" />
<PackageReference Include="OllamaSharp" Version="5.4.11" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.14.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

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

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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.2" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.0.0" />
<PackageReference Include="OllamaSharp" Version="5.4.11" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading
Loading