-
If you has a primivite type as peristent state `(IPersistentState)` and write state, then clear stete. ReadState will throw exception:
```
Exc level 0: System.NullReferenceException: Object referenc…
-
## Environment
- `Persistent Storage Provider` : DynamoDB
- `Framework Version` : Orleans 8.2.0
## Background
The `ClearStateAsync` funcction doesn't remove the entry from storage by default.
I…
-
Not sure if this is Aspire, Orleans or user issue, but I am unable to use Azure table-storage with reminders. This happens when running locally (preview 5 & 6) using either Aspire provisioned storage-…
-
I have an Orleans 7 project which has a number of data types.
I generate serializers for them as recommended using `[GenerateSerializer]` and have unit tests to show that they are correctly dehyd…
NSTA1 updated
1 month ago
-
Hi,
I've attached a repo project here: https://github.com/abbottdev/orleans-aspire-repo
I'm unable to start the linked repository, I receive an start-up error I believe as the Aspire configurati…
-
Hi,
I have several clusters powered by Orleans v3.x with ADO.NET grain persistence (MySQL/PostgreSQL, payload in json/jsonb column) and want to upgrade them to v8.2+ with reasonable downtime (shutd…
-
I'm trying to use SignalR.Orleans in my cluster but when ever i add this line i get a Cannot access a disposed object.
Object name: 'IServiceProvider'.
//this line
siloBuilder.AddMongoDBGrainStor…
-
Currently, Saga state storage uses the default grain storage provider configured for Orleans. Using a named storage provider would allow for separate storage configuration, including potentially TTL c…
-
Hello,
We use SQL Server in our system, hence we use AdoNetStorage provider for persistence according documentation: https://learn.microsoft.com/en-us/dotnet/orleans/grains/grain-persistence/relati…
-
Here's a bunch of code I wrote: It's my best effort at setting up a Redis storage provider for Orleans 2.0.
https://gist.github.com/bboyle1234/38e766d2f5baa3d94ac10bce30c04c3f
What's the way for…