Closed
Description
There is an issue with this line:
it only returns true when a group evaluation returned true, otherwise it will use the default percentage.
Example:
Setting:
Default: 100%
Audience: GroupA = 100, GroupB = 0
Evaluate:
new TargetingContext
{ Groups = new List() { "GroupB " } }
The return will be true because GroupB always evaluate as false, hence the default percentage applied.
Metadata
Metadata
Assignees
Labels
No labels