You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered an issue where specifying a string array as a CustomProperty is not properly evaluated in the .NET SDK. However, the same configuration is correctly evaluated in both the Statsig dashboard Test Config and the Node.js SDK.
For example, here are the user properties I'm passing:
In the Statisg, I have a Feature Gate with the criteria:
CustomPropertyabtestContains any of703=1.
This rule correctly meets the condition for the given user in both the Statsig dashboard Test Config and the Node.js SDK. However, in the .NET SDK, this condition does not seem to evaluate as expected.
Questions:
Does Statsig officially support string arrays as custom properties?
If yes, is there a specific way to use it in the .NET SDK?
Environment:
Version: 1.29.0
Platform: Windows, Linux
Thank you for your help!
The text was updated successfully, but these errors were encountered:
I have encountered an issue where specifying a string array as a
CustomProperty
is not properly evaluated in the .NET SDK. However, the same configuration is correctly evaluated in both the Statsig dashboard Test Config and the Node.js SDK.For example, here are the user properties I'm passing:
In the Statisg, I have a Feature Gate with the criteria:
CustomProperty
abtest
Contains any of
703=1
.This rule correctly meets the condition for the given user in both the Statsig dashboard Test Config and the Node.js SDK. However, in the .NET SDK, this condition does not seem to evaluate as expected.
Questions:
Environment:
Thank you for your help!
The text was updated successfully, but these errors were encountered: