Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Collin Sauve
Collin SauveLabels
Reproduced in
Fix versions
Sprint
Components
Affects versions
Priority
Created November 13, 2018 at 12:32 AM
Updated March 24, 2020 at 7:24 PM
Resolved March 24, 2020 at 7:24 PM
The Mapper component does not currently deserialize
IList
properties. It throws this error:This can be seen in master in test
Cassandra.IntegrationTests.Mapping.Tests.Fetch.Fetch_UsingCqlObject()
by changingAuthor.Followers
from aList<string>
to anIList<string>
.