Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialization issues #3 - Orleans 8.0.0 #9007

Open
claylaut opened this issue May 16, 2024 · 0 comments
Open

Serialization issues #3 - Orleans 8.0.0 #9007

claylaut opened this issue May 16, 2024 · 0 comments

Comments

@claylaut
Copy link
Contributor

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
image image

This is the source of our generated IUniverseIndices
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant