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 #2 - Orleans 8.0.0 #9006

Open
claylaut opened this issue May 16, 2024 · 1 comment
Open

Serialization issues #2 - Orleans 8.0.0 #9006

claylaut opened this issue May 16, 2024 · 1 comment

Comments

@claylaut
Copy link
Contributor

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 repro #8860

Reference to the original issue:
#8859

@TimoSchmechel
Copy link

We are running into a similar issue but on Orleans 7. Record type was not serializing, instead was set to a default object. No warnings or errors during this process, which made it very hard to even notice.
The fix in our case was to move the record type into a different assembly which was referencing the Orleans SDK

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

2 participants