Alex Bilyk
Alex Bilyk
**What content needs to be created or modified?** https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-actors/dotnet-actors-usage/ **Describe the solution you'd like** Please explicitly specify that Actor.StateManager implements IActorStateManager class accumulates changes during an actor method execution and...
I propose F# implicitly cast F# fun with parameter attributes to C# delegate. It will help to write ASP.NET minimal API in short way To do the same on F#...
Would be cool if Orleans reminders will support `System.Diagnostics.Activity.Current.Id` is used to track the activity in distributed tracing. It will flow from registration time and then to execution time. I...
Please add supports for new Azure Cosmos Db with MongoDB API .NET SDK https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/vcore/quickstart-dotnet All teams that use AKS rely on Workload Identity. It should support `Azure.Core.TokenCredential`, `DefaultAzureCredential` and `WorkloadIdentityCredential`....
Please provide official support for MongoDb database for Orleans. Community implementation https://github.com/OrleansContrib/Orleans.Providers.MongoDB
In one our service we do both Orleans Solo/Server and Orleans Clients. We run ASP.NET BackgroundService/ IHostedService to run Actor health probes in background. In first few seconds after Silo...