Skip to content

Merge main into live#55016

Open
dotnet-policy-service[bot] wants to merge 7 commits into
livefrom
main
Open

Merge main into live#55016
dotnet-policy-service[bot] wants to merge 7 commits into
livefrom
main

Conversation

@dotnet-policy-service

@dotnet-policy-service dotnet-policy-service Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/ai/quickstarts/build-mcp-server.md docs/ai/quickstarts/build-mcp-server
docs/architecture/microservices/multi-container-microservice-net-applications/multi-container-applications-docker-compose.md docs/architecture/microservices/multi-container-microservice-net-applications/multi-container-applications-docker-compose
docs/core/compatibility/sdk/8.0/arch-option.md docs/core/compatibility/sdk/8.0/arch-option
docs/core/compatibility/sdk/8.0/runtimespecific-app-default.md docs/core/compatibility/sdk/8.0/runtimespecific-app-default
docs/core/deploying/index.md docs/core/deploying/index
docs/core/deploying/native-aot/index.md docs/core/deploying/native-aot/index
docs/core/deploying/ready-to-run.md docs/core/deploying/ready-to-run
docs/core/deploying/runtime-store.md docs/core/deploying/runtime-store
docs/core/deploying/single-file/overview.md docs/core/deploying/single-file/overview
docs/core/deploying/trimming/trim-self-contained.md docs/core/deploying/trimming/trim-self-contained
docs/core/extensions/logging/source-generation.md docs/core/extensions/logging/source-generation
docs/core/install/macos-notarization-issues.md docs/core/install/macos-notarization-issues
docs/core/native-interop/expose-components-to-com.md docs/core/native-interop/expose-components-to-com
docs/core/project-sdk/msbuild-props.md docs/core/project-sdk/msbuild-props
docs/core/runtime-discovery/troubleshoot-app-launch.md docs/core/runtime-discovery/troubleshoot-app-launch
docs/core/tools/dotnet-clean.md docs/core/tools/dotnet-clean
docs/core/tools/dotnet-publish.md docs/core/tools/dotnet-publish
docs/core/tools/sdk-errors/netsdk1071.md docs/core/tools/sdk-errors/netsdk1071
docs/core/tools/troubleshoot-usage-issues.md docs/core/tools/troubleshoot-usage-issues
docs/core/tutorials/publish-console-app.md docs/core/tutorials/publish-console-app
docs/core/versions/selection.md docs/core/versions/selection
docs/core/whats-new/dotnet-11/overview.md docs/core/whats-new/dotnet-11/overview
docs/core/whats-new/dotnet-core-2-2.md docs/core/whats-new/dotnet-core-2-2
docs/core/whats-new/dotnet-core-3-0.md docs/core/whats-new/dotnet-core-3-0
docs/core/whats-new/dotnet-core-3-1.md docs/core/whats-new/dotnet-core-3-1
docs/csharp/language-reference/statements/jump-statements.md docs/csharp/language-reference/statements/jump-statements
docs/csharp/specification/toc.yml docs/csharp/specification/toc
docs/csharp/whats-new/csharp-15.md docs/csharp/whats-new/csharp-15
docs/standard/data/sqlite/connection-strings.md docs/standard/data/sqlite/connection-strings
docs/standard/glossary.md docs/standard/glossary

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-automation Bot and others added 7 commits July 24, 2026 09:25
Co-authored-by: azure-sdk <azuresdk@microsoft.com>
…ing classes (#55006)

* Pushed code out to snippets. Include missing classes

* Fix code comment; add usings

* Fix wording

* Update docs/core/extensions/logging/source-generation.md

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

* Update docs/core/extensions/logging/source-generation.md

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

* Move usings

---------

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Bumps Microsoft.Extensions.Logging.Abstractions from 10.0.9 to 10.0.10
Bumps Microsoft.Extensions.Logging.Console from 10.0.9 to 10.0.10

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-version: 10.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Logging.Console
  dependency-version: 10.0.10
  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>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
…5010)

* Initial plan

* Add note about baseConnectionString in connection string builder section

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
* Document labeled break and continue (C# 15)

Add documentation for the C# 15 labeled `break` and `continue` feature:

- Language reference: extend the `break` and `continue` sections in
  jump-statements.md, with new snippet examples (LabeledBreak,
  LabeledContinue).
- What's new in C# 15: add a "Labeled break and continue" section.
- Publish the feature speclet via the specification TOC and docfx.json
  (build include, title, and description metadata).

The feature bits haven't shipped yet, so snippet output is reasoned from
the speclet and will be verified against early bits.

Fixes #54653

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: a542e9e6-723c-47d8-95e0-f4c371174bd8

* Update project for .NET 11

* Update docs/csharp/whats-new/csharp-15.md

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

* Respond to feedback

Added a link to the IDE 0410 diagnostic article. That should an example of making use of this new feature.

While searching for that, I noticed that the list of features in the "What's new" in .NET 11 hadn't been updated. Make those updates as well.

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Copilot-Session: a542e9e6-723c-47d8-95e0-f4c371174bd8
* Clean some things up

* build errors

* Update docs/core/deploying/index.md

Co-authored-by: Wade Pickett <wpickett@microsoft.com>

* Fix links

---------

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
…dern .NET COM docs (#55013)

* Initial plan

* Add dscom note to COM exposure article

* Apply suggestion from @adegeo

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@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 July 2026 milestone Jul 25, 2026
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.

4 participants