Skip to content

Merge main into live#54086

Merged
gewarren merged 10 commits into
livefrom
main
May 28, 2026
Merged

Merge main into live#54086
gewarren merged 10 commits into
livefrom
main

Conversation

@dotnet-policy-service

@dotnet-policy-service dotnet-policy-service Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
.github/workflows/check-for-build-warnings.yml .github/workflows/check-for-build-warnings
.github/workflows/cleanrepo-orphaned-articles.yml .github/workflows/cleanrepo-orphaned-articles
.github/workflows/cleanrepo-orphaned-images.yml .github/workflows/cleanrepo-orphaned-images
.github/workflows/cleanrepo-orphaned-includes.yml .github/workflows/cleanrepo-orphaned-includes
.github/workflows/cleanrepo-orphaned-snippets.yml .github/workflows/cleanrepo-orphaned-snippets
.github/workflows/cleanrepo-redirect-hops.yml .github/workflows/cleanrepo-redirect-hops
.github/workflows/cleanrepo-relative-links.yml .github/workflows/cleanrepo-relative-links
.github/workflows/cleanrepo-replace-redirects.yml .github/workflows/cleanrepo-replace-redirects
.github/workflows/dependabot-bot.yml The name used in the GitHub UI for the workflow
.github/workflows/dependency-review.yml surfacing known-vulnerable versions of the packages declared or updated in the PR.
.github/workflows/do-not-merge-label-check.yml succeed, allowing the pull request to be merged.
.github/workflows/docs-verifier.yml .github/workflows/docs-verifier
.github/workflows/live-protection.yml .github/workflows/live-protection
.github/workflows/markdownlint.yml .github/workflows/markdownlint
.github/workflows/profanity-filter.yml .github/workflows/profanity-filter
.github/workflows/quest-bulk.yml .github/workflows/quest-bulk
.github/workflows/quest.yml .github/workflows/quest
.github/workflows/scorecards.yml This workflow uses actions that are not certified by GitHub. They are provided
.github/workflows/snippets5000.yml events on the main branch only.
.github/workflows/stale.yml .github/workflows/stale
.github/workflows/version-sweep.yml A workflow run is made up of one or more jobs that can run sequentially or in parallel
docs/core/extensions/scoped-service.md Use scoped services within a BackgroundService
docs/core/testing/microsoft-testing-platform-architecture-test-framework.md Build a test framework
docs/core/testing/microsoft-testing-platform-troubleshooting.md docs/core/testing/microsoft-testing-platform-troubleshooting
docs/csharp/language-reference/compiler-options/resources.md C# compiler options that specify resources
docs/csharp/misc/cs1507.md "Compiler Error CS1507"
docs/csharp/misc/cs1508.md Compiler Error CS1508
docs/csharp/misc/cs1566.md docs/csharp/misc/cs1566
docs/fsharp/language-reference/compiler-options.md Compiler options
docs/fundamentals/code-analysis/quality-rules/usage-warnings.md Usage rules

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.

Copilot AI and others added 3 commits May 27, 2026 11:46
* Add CA2266 analyzer docs

* Link CA2266 from .NET 10 SDK notes

* Address CA2266 doc review feedback

* Polish CA2266 rule wording

* Refine CA2266 guidance wording

* Adjust CA2266 related link

* Tighten CA2266 cause wording

* Add ai-usage key

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

* Remove from what's new

* Refine CA2266 suppression guidance

* Clarify CA2266 suppression scope

* Polish CA2266 suppression wording

* Refine CA2266 suppression sentence

* Adjust CA2266 suppression phrasing

* Remove invalid suggestion

* Improve NoWarn

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Jan Jones <janjones@microsoft.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Fix resource names

Fixes #53207

The resource names were incorrect for MS Build tags.

The resources.md file had the major changes. Other changes were fixing links.

* Edit pass.

Edit for style and grammar

* Apply suggestions from code review

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

* respond to feedback.

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@dotnetrepoman dotnetrepoman Bot added this to the May 2026 milestone May 28, 2026
Evangelink and others added 7 commits May 28, 2026 08:03
…54008)

* Document MTP generated code namespace conflicts in troubleshooting

Adds an FAQ entry under the Microsoft.Testing.Platform.MSBuild
troubleshooting section explaining how the generated
SelfRegisteredExtensions and MicrosoftTestingPlatformEntryPoint types
can collide with referenced types when the project name (and therefore
`RootNamespace`) matches a referenced assembly's public type. Shows
how to fix the conflict by overriding or clearing `RootNamespace`.

Related to microsoft/testfx#7270.

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

* Potential fix for pull request finding

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

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.19.3 to 2.19.4.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@ab7a940...9af89fc)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.19.4
  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>
Remove the grain directory cache validation sent metric from the Orleans monitoring table because the runtime no longer exposes it.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@gewarren gewarren merged commit 94e5701 into live May 28, 2026
10 of 12 checks passed
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.

7 participants