orleans icon indicating copy to clipboard operation
orleans copied to clipboard

Cloud Native application framework for .NET

Results 320 orleans issues
Sort by recently updated
recently updated
newest added

When using `Unit` in Grain interfaces defined in F#, the Silo startup fails with the message `Orleans.Serialization.CodecNotFoundException Could not find a codec for type Microsoft.FSharp.Core.Unit.` We have previously gotten around...

Is it possible to support **the Redis Provier** for Orleans Streaming?

**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...

Using Orleans 8 I got this error message above Could not find a copier for type z__ReadOnlyArray`1[IFoo]. at a rather simple call await bar.AddFoo([this]); Both bar and foo (this) are...

Is serializing polymorphic records with constructor parameters supposed to work? I mean something like this: ``` [GenerateSerializer] public abstract record BaseRecord { public abstract int test(); } [GenerateSerializer] public record...

Unfortunately, the current implementation is quite old and reference dependencies with CVE. The existing provider also is not automatically tested; making the updating process dangerous, especially since we don't have...

help wanted
area-streaming

_Problem_: When publishing a message under the following conditions - using MemoryStreams - Stream is inactive, meaning it's not in the `PersistentStreamPullingAgent.pubSubCache` - Messages cache is empty, meaning `PersistentStreamPullingAgent.queueCache` has...

Writing tests involving grain calls with [OneWay]s generally means getting to rig up a lock to wait until something else happens to make sure the OneWay actually fired. It's not...

area-testing

See: https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md