You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: