-
Notifications
You must be signed in to change notification settings - Fork 2k
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 - Orleans 8.0.0 #8859
Labels
Comments
ghost
added
the
Needs: triage 🔍
label
Feb 16, 2024
claylaut
changed the title
Class derived from generic List - serialization bug - Orleans 8.0.0
Serialization issues - Orleans 8.0.0
Feb 16, 2024
Please open a separate issue for "Issue 2" and the |
@ReubenBond I've just created a new issue for issue 2. |
@ReubenBond I've just created a new issue for issue 3 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 and on runtime, it's throwing an error: Could not find a base type serializer.
I've added a simple failing unit test (currently skipped) so you have an easy repro of this issue. #8858
Issue 2
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
Just added a failing test (which is skipped) with a repro #8860
The text was updated successfully, but these errors were encountered: