Rune Nilsen

Results 4 issues of Rune Nilsen

this is a bit confusing: https://github.com/DataObjects-NET/dataobjects-net/blob/2be511d0e5083e1b2cd58151e03d14a1d6604e5c/Orm/Xtensive.Orm/Orm/QueryEndpoint.cs#L349 The .Single inside will throw hence the nullability of the function is confusing

the current documentations seems outdated: https://learn.microsoft.com/en-us/dotnet/orleans/grains/grain-persistence/relational-storage Is json now used as the default serialization as the .UseJson() extension is removed?

Needs: triage :mag:

**Expected:** Reminders running in 3.7.2 on AdoNet Reminder Persistence should work in new cluster after running the scripts on the bottom here: https://learn.microsoft.com/en-us/dotnet/orleans/migration-guide **Actual** Reminders not running. **Repro**: https://github.com/runenilsenoe/orleans7migrationtest **Steps...

Context: Since we’ve migrated to the Orleans 7, we’ve experienced a few performance issues.. We are running orleans in kubernetes with kubernets hosting and clustering. But after the migration we...