Skip to content

Merge main into live#52005

Open
dotnet-policy-service[bot] wants to merge 32 commits intolivefrom
main
Open

Merge main into live#52005
dotnet-policy-service[bot] wants to merge 32 commits intolivefrom
main

Conversation

@dotnet-policy-service
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented Mar 4, 2026

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
.github/copilot-instructions.md .NET Documentation Guidelines
.github/workflows/dependency-review.yml surfacing known-vulnerable versions of the packages declared or updated in the PR.
.github/workflows/scorecards.yml Declare default permissions as read only.
docs/core/apps.md Build apps with .NET
docs/core/deploying/index.md .NET application publishing overview
docs/core/diagnostics/managed-debuggers.md docs/core/diagnostics/managed-debuggers
docs/core/extensions/httpclient-factory.md IHttpClientFactory with .NET
docs/core/install/linux-alpine.md Install the .NET SDK or the .NET Runtime on Alpine
docs/core/install/linux-debian.md [.NET 10](https://review.learn.microsoft.com/en-us/dotnet/core/install/linux-debian?branch=pr-en-us-52005)
docs/core/install/linux-fedora.md Install .NET on Fedora
docs/core/install/linux-opensuse.md Install the .NET SDK or the .NET Runtime on openSUSE Leap
docs/core/install/linux-rhel.md docs/core/install/linux-rhel
docs/core/install/linux-scripted-manual.md Install .NET on Linux by using an install script or by extracting binaries
docs/core/install/windows.md Install .NET on Windows
docs/core/project-sdk/msbuild-props.md MSBuild properties for Microsoft.NET.Sdk
docs/core/testing/order-unit-tests.md Order unit tests
docs/core/tutorials/create-console-app.md Tutorial: Create a .NET console application
docs/core/tutorials/index.md docs/core/tutorials/index
docs/core/tutorials/publish-console-app.md Tutorial: Publish a .NET console application
docs/framework/migration-guide/mitigation-deserialization-of-objects-across-app-domains.md Mitigation: Deserialization of Objects Across App Domains
docs/fundamentals/index.yml [linkListType: architecture
docs/fundamentals/toc.yml docs/fundamentals/toc
docs/orleans/tutorials-and-samples/tutorial-1.md Tutorial: Create a minimal Orleans application
docs/samples-and-tutorials/index.md .NET samples and tutorials
docs/standard/assembly/create-public-private-key-pair.md How to: Create a public-private key pair
docs/standard/assembly/set-attributes-project-file.md docs/standard/assembly/set-attributes-project-file
docs/standard/attributes/applying-attributes.md Apply attributes
docs/standard/attributes/writing-custom-attributes.md Write custom attributes
docs/standard/get-started.md Tutorials for getting started with .NET
docs/visual-basic/getting-started/index.md Get started with Visual Basic

Note

This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

azure-sdk and others added 7 commits March 3, 2026 17:48
… .NET versions (#51971)

* Initial plan

* Update fundamentals/index.yml for freshness: add .NET 11, remove .NET 6/7

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
* restructure console app tutorials to use IDE zone pivot

* fix broken links and redirection errors

* rename and redirect console app tutorials

* fix broken links after rename

* fix another broken link

* change wording to file-based app

* fix formatting and update tutorial links in documentation

* rename snippet and media folders

* update image paths in test-class-library.md for Visual Studio Code examples

* fix error and warning

* clean up snippets

* fix snippet warning

* Apply suggestions from code review

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>

* redirect to specific editor pivot

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
…4.7.2+ (#51972)

* Initial plan

* Fix: Update deserialization across app domains mitigation for .NET 4.7.2+

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
)

* Initial plan

* Add documentation for allowed expressions in attribute constructor arguments

- Add 'Valid attribute arguments' section to applying-attributes.md explaining allowed expressions (constant expressions, typeof(), nameof(), and array creation expressions) with C# and VB examples
- Update 'Declaring Constructors' section in writing-custom-attributes.md to list valid attribute parameter types and cross-reference the applying-attributes article
- Update ms.date and add ai-usage frontmatter to both articles

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Add nint and nuint to the list of disallowed attribute parameter types

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>

* Expand simple types list to show C#, VB, and .NET runtime type names

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@dotnetrepoman dotnetrepoman bot added this to the March 2026 milestone Mar 4, 2026
ManickaP and others added 21 commits March 4, 2026 11:35
* Warning about number of named clients

* Update docs/core/extensions/httpclient-factory.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update docs/core/extensions/httpclient-factory.md

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Bumps Microsoft.Extensions.Logging from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Logging.Console from 10.0.2 to 10.0.3

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps NUnit from 4.4.0 to 4.5.0

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: NUnit
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action?target=https://github.com) from 4.8.3 to 4.9.0.
- [Release notes](https://github.com/actions/dependency-review-action/releases?target=https://github.com)
- [Commits](actions/dependency-review-action@05fe457...2031cfc)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact?target=https://github.com) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases?target=https://github.com)
- [Commits](actions/upload-artifact@b7c566a...bbbca2d)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Security.KeyVault.Secrets from 4.8.0 to 4.9.0

---
updated-dependencies:
- dependency-name: Azure.Security.KeyVault.Secrets
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps coverlet.collector from 6.0.4 to 8.0.0
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.17.1 to 1.18.0
Bumps Azure.Security.KeyVault.Secrets from 4.8.0 to 4.9.0

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Azure.Security.KeyVault.Secrets
  dependency-version: 4.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.17.1 to 1.18.0
Bumps Azure.Identity.Broker from 1.3.1 to 1.4.0

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Azure.Identity.Broker
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.17.1 to 1.18.0
Bumps Microsoft.Extensions.AI.OpenAI from 9.4.0-preview.1.25207.5 to 10.3.0
Bumps Microsoft.Extensions.Configuration from 10.0.1 to 10.0.3
Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.1 to 10.0.3

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.AI.OpenAI
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.Extensions.AI.OpenAI from 9.4.0-preview.1.25207.5 to 10.3.0
Bumps Microsoft.Extensions.Configuration from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.2 to 10.0.3
Bumps OpenAI from 2.8.0 to 2.9.1

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.AI.OpenAI
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: OpenAI
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.Extensions.Caching.Memory from 10.0.2 to 10.0.3
Bumps OllamaSharp from 5.4.16 to 5.4.23

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: OllamaSharp
  dependency-version: 5.4.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.Extensions.AI.OpenAI from 9.5.0-preview.1.25265.7 to 10.3.0
Bumps Microsoft.Extensions.Configuration from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.2 to 10.0.3
Bumps Microsoft.Extensions.VectorData.Abstractions from 9.7.0 to 10.0.0

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.AI.OpenAI
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.VectorData.Abstractions
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.Extensions.Hosting from 9.0.4 to 10.0.3
Bumps Microsoft.Extensions.Logging.Console from 9.0.4 to 10.0.3
Bumps Microsoft.Extensions.Telemetry from 9.4.0 to 10.3.0

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Telemetry
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.17.1 to 1.18.0
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps OllamaSharp from 5.4.16 to 5.4.23

---
updated-dependencies:
- dependency-name: OllamaSharp
  dependency-version: 5.4.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.17.1 to 1.18.0

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Azure.Identity from 1.17.1 to 1.18.0
Bumps OpenAI from 2.8.0 to 2.9.1

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: OpenAI
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n behavior (#51973)

* Initial plan

* Clarify sn.exe is Windows-only and note .NET 5+ strong name behavior

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>

* Update docs/standard/assembly/create-public-private-key-pair.md

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestion from @BillWagner

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Initial plan

* Clarify ordering vs parallelization in order-unit-tests.md

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

* Revise order unit tests documentation

Updated the formatting and structure of the order unit tests documentation, including clarifications on test ordering and parallelization.

* Update docs/core/testing/order-unit-tests.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action?target=https://github.com) from 4.32.4 to 4.32.5.
- [Release notes](https://github.com/github/codeql-action/releases?target=https://github.com)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md?target=https://github.com)
- [Commits](github/codeql-action@89a39a4...c793b71)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
azure-sdk and others added 4 commits March 4, 2026 14:50
* Update copilot instructions for new pages

Added instructions for including new pages in toc.yml and handling redirects.

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…diagnostics (#51563)

* Initial plan

* Add comprehensive memory analysis and diagnostics sections to dotnet-dump.md

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

* Remove symbol configuration and GUI tools sections

* Apply PR feedback: fix heading gerunds, add punctuation, update frontmatter

Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Co-authored-by: Meaghan Osagie <mosagie@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants