Skip to content

Conversation

@dotnet-policy-service
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot commented May 29, 2025

Please don't squash-merge this PR.


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/orleans/deployment/consul-deployment.md Use Consul as a membership provider
docs/orleans/deployment/deploy-to-azure-app-service.md Deploy Orleans to Azure App Service
docs/orleans/deployment/deploy-to-azure-container-apps.md Deploy Orleans to Azure Container Apps
docs/orleans/deployment/docker-deployment.md docker-compose up -d
docs/orleans/deployment/handling-failures.md docs/orleans/deployment/handling-failures
docs/orleans/deployment/kubernetes.md Kubernetes hosting
docs/orleans/deployment/multi-cluster-support/multi-cluster-configuration.md Multi-cluster configuration
docs/orleans/deployment/troubleshooting-azure-cloud-services-deployments.md Troubleshoot Azure Cloud Service deployments
docs/orleans/deployment/troubleshooting-deployments.md docs/orleans/deployment/troubleshooting-deployments
docs/orleans/grains/code-generation.md Orleans code generation
docs/orleans/grains/grain-identity.md Grain identity
docs/orleans/grains/grain-persistence/index.md Grain persistence
docs/orleans/grains/grain-persistence/relational-storage.md docs/orleans/grains/grain-persistence/relational-storage
docs/orleans/grains/grain-placement.md Grain placement
docs/orleans/grains/grainservices.md Grain services
docs/orleans/grains/interceptors.md Grain call filters
docs/orleans/grains/request-scheduling.md Request scheduling
docs/orleans/grains/timers-and-reminders.md docs/orleans/grains/timers-and-reminders
docs/orleans/host/client.md Orleans clients
docs/orleans/host/configuration-guide/activation-collection.md Activation collection
docs/orleans/host/configuration-guide/serialization.md Serialization in Orleans
docs/orleans/host/configuration-guide/server-configuration.md docs/orleans/host/configuration-guide/server-configuration
docs/orleans/host/monitoring/index.md Orleans observability
docs/orleans/implementation/cluster-management.md Cluster management in Orleans
docs/orleans/migration-guide.md Migrate from Orleans 3.x to 7.0
docs/orleans/overview.md docs/orleans/overview
docs/orleans/quickstarts/deploy-scale-orleans-on-azure.md CustomerIntent: As a developer, I want to host my Orleans application in Azure so that I can take advantage of the scaling capabilities for the database and application services.
docs/orleans/streaming/streams-programming-apis.md Orleans streaming APIs
docs/orleans/tutorials-and-samples/custom-grain-storage.md Custom grain storage
docs/orleans/tutorials-and-samples/index.md docs/orleans/tutorials-and-samples/index

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 13 commits May 28, 2025 12:51
---
updated-dependencies:
- dependency-name: MSTest
  dependency-version: 3.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update http-resilience.md

Add a warning of using ShouldHandle in retry strategy, this is a lesson in our real practice, hope we can help more people.

* Apply suggestions from code review

---------

Co-authored-by: David Pine <[email protected]>
* Align Orleans docs with .NET style guide

* Try to fix markdownlint spacing errors

* Try to fix more markdownlint errors

* Try to fix more markdownlint errors

* Try to fix more markdownlint errors

* Fixes

* Fixes

* Fixes

* Fixes

* Fixes

* Fixes

* Fixes

* Fixes

* Remove ms.service: orleans

* review feedback

* Update docs/orleans/benefits.md

Co-authored-by: Genevieve Warren <[email protected]>

* Fixes

* Fixes

* another pass

* another pass

* undo

* undo

* Remove trailing space

* Fix build errors

* Fix build errors

* Number ordered list items all as "1." instead of "1.", "2.", etc.

---------

Co-authored-by: Genevieve Warren <[email protected]>
* Fixes #45902

* Did I not save the code?

* Update docs/core/extensions/workers.md

Co-authored-by: Copilot <[email protected]>

* Move and correct code ref

---------

Co-authored-by: Copilot <[email protected]>
… expression statement (#46378)

* Fixed bug 46309.

* Initialize x.

---------

Co-authored-by: Adit Sheth <[email protected]>
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@dotnetrepoman dotnetrepoman bot added this to the May 2025 milestone May 29, 2025
@dotnet-policy-service dotnet-policy-service bot removed this from the May 2025 milestone May 29, 2025
neel-middleware and others added 3 commits May 29, 2025 08:21
Added Middleware in the resources as Middleware has integration for most of the Azure compute services and it helps in improving the performance.
Example snippet returns an Invalid parse per row as follows:

"Deposit => Parsed Amount: 10000, New Balance: 10000
Invalid => Parsed Amount: 0, New Balance: 10000
Deposit => Parsed Amount: 500, New Balance: 10500
Invalid => Parsed Amount: 0, New Balance: 10500"
* author and freshness metadata updates
@gewarren gewarren reopened this May 29, 2025
@dotnetrepoman dotnetrepoman bot added this to the May 2025 milestone May 29, 2025
@gewarren gewarren enabled auto-merge May 29, 2025 14:51
@gewarren gewarren merged commit bb4554a into live May 29, 2025
20 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.