Clayton Lautier

Results 7 issues of Clayton Lautier

Hi, Is it possible you'll create it as a nuget package please? And also if you can add support to typescript that would be cool. Thanks, Clayton

We're migrating from Orleans 3.7.1 to Orleans 8.0.0. We have this issue, which a class inherits from a generic list. Currently, the codegen is skipping this and on runtime, it's...

We're migrating from Orleans 3.7.1 to Orleans 8.0.0. Currently, we have these two issues: **Issue 1** When a class inherits from a generic list. Currently, the codegen is skipping this...

Needs: triage :mag:

https://github.com/jonathansant/Orleans.Streams.Utils/pull/23/files

We also have another issue which is harder to reproduce in tests ```csharp namespace Odin.Mimir.Shared.Universe; [Immutable] [GenerateSerializer] public sealed class UniverseIndexQuery : MimirOrleansComplexQuery { } ``` The problem is `IUniverseIndices`....

As per doc https://learn.microsoft.com/en-us/dotnet/orleans/host/configuration-guide/serialization?pivots=orleans-7-0#serializing-record-types When using GenerateCodeForDeclaringAssembly for an external lib and Sdk is not added to the library I just added a failing test (which is skipped) with a...