-
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
Error when serializing base types in hierarchies #9199
Comments
@octavian-niculescu10 which version of Orleans are you using? |
@ReubenBond version 7.2.6. I had to write a codec so it could work |
This is a bug we need to fix by implementing IBaseCodec on CollectionCodec, similar to List |
Thank you! |
I opened #9200 as a sub issue to fix this one. |
Thanks. I've just read the issue you mentioned - should it be working with GroupIds : List instead of GroupIds : Collection? because it's not :) |
If you inherit from |
Got it, thanks |
Hello,
I am trying to run a simple TestClusterBuilder, like this:
and I am getting:
System.Collections.Generic.KeyNotFoundException : Could not find a base type serializer for type System.Collections.ObjectModel.Collection`1[namespace.....MyId].
Do you have any idea why this might be happening?
I tried removing the "sealed" keyword too and it didn't change anything.
The text was updated successfully, but these errors were encountered: