Hi,
I have this description on my property and that's fine until version 2.4.0
[BsonRepresentation(BsonType.String)] public List<Organization.OrganizationRole> OrganizationRoles { get; set; }
Organization.OrganizationRole is a Enum.
As soon as we upgrade to 2.4.1, we receive a cast exception during deserialization.
Do we need to setup something different to make it work again?
Thanks a lot!
- is related to
-
CSHARP-1891 Distinct should still work when TField is not exactly right (like it used to)
- Closed