Skip to content

Merge main into live#54556

Merged
gewarren merged 6 commits into
livefrom
main
Jun 29, 2026
Merged

Merge main into live#54556
gewarren merged 6 commits into
livefrom
main

Conversation

@dotnet-policy-service

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

Copy link
Copy Markdown
Contributor

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
.github/policies/label-prs-services.yml .github/policies/label-prs-services
docs/core/diagnostics/dotnet-debug.md Live process debugging and dump analysis utility (dotnet-debug)
docs/core/sdk/file-based-apps.md File-based apps
docs/fundamentals/code-analysis/quality-rules/ca1066.md CA1066: Implement IEquatable when overriding Equals
docs/fundamentals/code-analysis/quality-rules/ca1067.md docs/fundamentals/code-analysis/quality-rules/ca1067
docs/fundamentals/code-analysis/quality-rules/ca1068.md CA1068: CancellationToken parameters must come last
docs/fundamentals/code-analysis/quality-rules/ca1069.md "CA1069: Enums should not have duplicate values (code analysis)"
docs/fundamentals/code-analysis/quality-rules/ca1070.md CA1070: Do not declare event fields as virtual
docs/fundamentals/code-analysis/quality-rules/ca1200.md CA1200: Avoid using cref tags with a prefix
docs/fundamentals/code-analysis/quality-rules/ca1508.md docs/fundamentals/code-analysis/quality-rules/ca1508
docs/fundamentals/code-analysis/quality-rules/ca1509.md CA1509: Invalid entry in code metrics configuration file
docs/fundamentals/code-analysis/quality-rules/ca1825.md "CA1825: Avoid zero-length array allocations (code analysis)"
docs/fundamentals/code-analysis/quality-rules/ca1826.md CA1826: Use property instead of Linq Enumerable method
docs/fundamentals/code-analysis/quality-rules/ca1827.md docs/fundamentals/code-analysis/quality-rules/ca1827
docs/fundamentals/code-analysis/quality-rules/ca1828.md CA1828: Do not use CountAsync/LongCountAsync when AnyAsync can be used
docs/fundamentals/code-analysis/quality-rules/ca1829.md "CA1829: Use Length/Count property instead of Enumerable.Count method (code analysis)"
docs/fundamentals/code-analysis/quality-rules/ca2009.md CA2009: Do not call ToImmutableCollection on an ImmutableCollection value
docs/fundamentals/code-analysis/quality-rules/ca2011.md docs/fundamentals/code-analysis/quality-rules/ca2011
docs/fundamentals/code-analysis/quality-rules/ca2244.md CA2244: Do not duplicate indexed element initializations
docs/fundamentals/code-analysis/quality-rules/ca2245.md "CA2245: Do not assign a property to itself (code analysis)"
docs/orleans/deployment/deploy-to-azure-container-apps.md Deploy Orleans to Azure Container Apps
docs/orleans/deployment/kubernetes.md Using kubectl
docs/orleans/grains/grain-persistence/azure-storage.md docs/orleans/grains/grain-persistence/azure-storage
docs/orleans/grains/timers-and-reminders.md Timers and reminders
docs/orleans/host/aspire-integration.md Orleans and Aspire integration
docs/orleans/host/configuration-guide/typical-configurations.md Typical configurations
docs/orleans/implementation/cluster-management.md docs/orleans/implementation/cluster-management
docs/orleans/quickstarts/build-your-first-orleans-app.md Quickstart: Build your first Orleans app with ASP.NET Core
docs/orleans/streaming/stream-providers.md Orleans stream providers
docs/orleans/toc.yml docs/orleans/toc

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.

dependabot Bot and others added 3 commits June 26, 2026 14:05
Bumps Microsoft.Extensions.Hosting from 10.0.8 to 10.0.9
Bumps Microsoft.Orleans.Core.Abstractions from 10.1.0 to 10.2.0
Bumps Microsoft.Orleans.Sdk from 10.1.0 to 10.2.0
Bumps Microsoft.Orleans.Server from 10.1.0 to 10.2.0
Bumps Microsoft.Orleans.Transactions from 10.1.0 to 10.2.0
Bumps Microsoft.Orleans.Transactions.AzureStorage from 10.1.0 to 10.2.0

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Hosting
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Core.Abstractions
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Sdk
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Server
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Transactions
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: Microsoft.Orleans.Transactions.AzureStorage
  dependency-version: 10.2.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>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Fixed formatting for the dotnet clean command in documentation.
@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 27, 2026
@gewarren gewarren merged commit f8b8fd8 into live Jun 29, 2026
11 of 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.

4 participants