Serialization issues #3 - Orleans 8.0.0
claylaut opened this issue · 0 comments
claylaut commented
We also have another issue which is harder to reproduce in tests
namespace Odin.Mimir.Shared.Universe;
[Immutable]
[GenerateSerializer]
public sealed class UniverseIndexQuery : MimirOrleansComplexQuery<UniverseIndexQuery, IUniverseIndices>
{
}
The problem is IUniverseIndices
. When its sourcegened the namespace is not resolved, and instead its simply emitted as IUniverseIndices
;
IUniverseIndices
itself is generated through our sourcegen (custom), so most probably thats why its namespace is not resolved.
SourceGen | Error |
---|---|