Skip to content

Merge main into live#54117

Merged
alexwolfmsft merged 7 commits into
livefrom
main
Jun 2, 2026
Merged

Merge main into live#54117
alexwolfmsft merged 7 commits into
livefrom
main

Conversation

@dotnet-policy-service
Copy link
Copy Markdown
Contributor

@dotnet-policy-service dotnet-policy-service Bot commented Jun 2, 2026

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/azure/migration/appmod/copilot-cli-support.md Migrate .NET apps to Azure by using GitHub Copilot modernization in Copilot CLI
docs/azure/migration/appmod/predefined-tasks.md Predefined tasks for GitHub Copilot modernization for .NET
docs/azure/migration/appmod/quickstart.md Quickstart: Assess and migrate a .NET project with GitHub Copilot modernization for .NET
docs/azure/migration/appmod/working-with-assessment.md docs/azure/migration/appmod/working-with-assessment
docs/azure/toc.yml docs/azure/toc
docs/core/additional-tools/self-signed-certificates-guide.md Generate self-signed certificates with the .NET CLI
docs/core/additional-tools/uninstall-tool-cli-dry-run.md dotnet-core-uninstall dry-run command
docs/core/additional-tools/uninstall-tool-cli-list.md dotnet-core-uninstall list
docs/core/additional-tools/uninstall-tool-cli-remove.md docs/core/additional-tools/uninstall-tool-cli-remove
docs/core/compatibility/toc.yml docs/core/compatibility/toc
docs/core/containers/publish-configuration.md Containerize a .NET app reference
docs/core/containers/sdk-publish.md Containerize a .NET app with dotnet publish
docs/core/distribution-packaging.md .NET distribution packaging
docs/core/releases-and-support.md Releases and support for .NET
docs/core/rid-catalog.md docs/core/rid-catalog
docs/core/runtime-discovery/troubleshoot-app-launch.md Troubleshoot app launch failures
docs/core/sdk.md .NET SDK overview
docs/core/testing/microsoft-testing-platform-cli-options.md Microsoft.Testing.Platform (MTP) CLI options reference
docs/core/testing/microsoft-testing-platform-config.md docs/core/testing/microsoft-testing-platform-config
docs/core/testing/microsoft-testing-platform-crash-hang-dumps.md Crash and hang dumps
docs/core/testing/microsoft-testing-platform-retry.md Microsoft.Testing.Platform (MTP) retry
docs/core/testing/microsoft-testing-platform-terminal-output.md Terminal output
docs/core/testing/microsoft-testing-platform-test-reports.md docs/core/testing/microsoft-testing-platform-test-reports
docs/core/testing/microsoft-testing-platform-troubleshooting.md Microsoft.Testing.Platform (MTP) troubleshooting
docs/core/tools/dotnet-environment-variables.md .NET environment variables
docs/core/tools/dotnet-sdk-check.md dotnet sdk check
docs/core/tools/sdk-errors/index.md .NET SDK error list
docs/core/versions/selection.md docs/core/versions/selection
docs/navigate/tools-diagnostics/toc.yml docs/navigate/tools-diagnostics/toc
docs/zone-pivot-groups.yml docs/zone-pivot-groups

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 5 commits June 1, 2026 16:03
* Freshness for May

* Feedback
* Document SDK vulnerability and EOL build warnings

Add error pages for NETSDK1238, NETSDK1239, and NETSDK1240, plus
cross-references from the SDK errors index, TOC, dotnet-sdk-check,
versions/selection, releases-and-support, and the environment
variables doc.

* Apply suggestions from code review

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

---------

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* Rewrite Copilot CLI support docs for plugin-based modernization
@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 June 2026 milestone Jun 2, 2026
Evangelink and others added 2 commits June 2, 2026 08:23
…uction versions (#54106)

* Audit MTP CLI options and environment variables

Inventoried every CommandLineOptionsProvider and EnvironmentVariableConstants
entry in microsoft/testfx and reconciled the docs.

- cli-options: replace removed --debug-wait-attach with --debug
  (microsoft/testfx#6516); add --filter-uid, --treenode-filter,
  --no-banner; clarify --list-tests text|json argument.
- config: rename diagnostic env vars to current names
  (TESTINGPLATFORM_DIAGNOSTIC_FILE_PREFIX,
  TESTINGPLATFORM_DIAGNOSTIC_SYNCHRONOUS_WRITE) with back-compat notes;
  add TESTINGPLATFORM_NOBANNER, DOTNET_NOLOGO,
  TESTINGPLATFORM_WAIT_ATTACH_DEBUGGER,
  TESTINGPLATFORM_LAUNCH_ATTACH_DEBUGGER.
- troubleshooting: sync diagnostic env vars table with renames.
- crash-hang-dumps: add --crash-report, --crash-report-if-supported,
  --crash-sequence, --hangdump-type-if-supported; expand --hangdump-type
  (TFM-specific values + None), --hangdump-timeout formats and
  --hangdump-filename placeholders.
- terminal-output: add --ansi, --show-stdout, --show-stderr.
- test-reports: add all Azure DevOps options
  (--report-azdo-flaky-history, --report-azdo-demote-known-flaky,
  --report-azdo-quarantine-file, --report-azdo-upload-artifacts plus
  -include/-exclude/-name, --publish-azdo-test-results,
  --publish-azdo-run-name).
- retry: add --retry-failed-tests-delay.

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

* Annotate MTP CLI options and env vars with introduction version

Adds 'Available in MTP starting with version X.Y.Z.' notes for every
recently added option/env var, so readers can tell at a glance which
MTP release to target.

Versions referenced:
- 1.6.0: TESTINGPLATFORM_WAIT_ATTACH_DEBUGGER, TESTINGPLATFORM_LAUNCH_ATTACH_DEBUGGER
- 1.8.0: --filter-uid
- 1.9.0: --debug (replacing the 1.6.0 --debug-wait-attach),
  Azure DevOps extension stable (--report-azdo, --report-azdo-severity)
- 2.1.0: --hangdump-type 'None' value
- 2.2.1: --show-stdout, --show-stderr
- 2.3.0: --list-tests json output, --ansi, --crash-report,
  --crash-report-if-supported, --crash-sequence,
  --hangdump-type-if-supported, --retry-failed-tests-delay,
  all Azure DevOps options beyond report-azdo/severity,
  TESTINGPLATFORM_DIAGNOSTIC_FILE_PREFIX,
  TESTINGPLATFORM_DIAGNOSTIC_SYNCHRONOUS_WRITE

Also corrects an inaccurate note on --debug: the option was introduced
in 1.9.0 (not 'before 2.0').

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

* Apply suggestions from code review

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

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@alexwolfmsft alexwolfmsft merged commit 2195694 into live Jun 2, 2026
13 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