Does Namespace is supported by C# SDK? I have some...
# ask-questions
c
Does Namespace is supported by C# SDK? I have some errors with this.
šŸ‘€ 1
f
@freezing-postman-69602 do you know?
p
Hi @clean-city-48510 Yes, Namespace is supported. Could you share a bit more details to help debug: • The exact error - exception message / stack trace, or how it manifests (users in both experiments, all excluded, crash, etc.)? • The feature flag JSON from your GrowthBook admin panel (SDK Connection or CDN endpoint) for both flags that should be mutually exclusive (feel free to DM) • Which namespace format you're using - ā—¦ Old: `"namespace": [ "name", 0, 0.5]`; ā—¦ New -
"filters": [  { "attribute": "id", "seed": "...", "hashVersion": 2, "ranges": [ [0, 0.5] ]  } ]
. • C# SDK version (from your .csproj)
Fixed in this PR - copy-paste bug in
BucketRangeTupleConverter.WriteJson
that caused
InvalidCastException
when serializing features to cache. Please take a look @freezing-postman-69602
f
yeah, the SDK can deserialize and evaluate multi-range namespaces, so the standard paths are good. This issue exists in the serialization path and was copy pasted from
NamespaceTupleConverter
. Thanks for the fix, it addresses the issue at hand, but we can do a few followups to make it in par with other sdks.
šŸ™Œ 1
c
Hi @freezing-postman-69602. Yes, sure. We can add that update to the other SDKs as well. Thank you.
c
@powerful-spoon-16837 I see the fix was merged to
main
2 days ago. Do you have an ETA on when you're planning to cut the next GitHub release (v1.1.5) so it gets published to NuGet? Right now, it's blocking the rollout of our new A/B testing methodology.
p
Hi @clean-city-48510, Yes, it was merged. We prepared a PR to bump the library version and requested approval so we can proceed with the release.
f
1.2.0
has been released. please check.
šŸ™Œ 1
c
Thank you very much