Closed Du-z closed 2 years ago
See the test RpcRoundTripTests.CreateAndParameterizedQueryRoundTripTest for an example where a struct must be converted to a to work.
RpcRoundTripTests.CreateAndParameterizedQueryRoundTripTest
https://github.com/ProphetLamb/Surreal.Net/blob/3ed84b191f60a98dd82837beec744d3e71129ae6/tests/Core.Tests/RoundTripTests.cs#L93
Fixed in #26
Yeah looks good!
See the test
RpcRoundTripTests.CreateAndParameterizedQueryRoundTripTest
for an example where a struct must be converted to a to work.https://github.com/ProphetLamb/Surreal.Net/blob/3ed84b191f60a98dd82837beec744d3e71129ae6/tests/Core.Tests/RoundTripTests.cs#L93