https://www.growthbook.io/ logo
b

brash-stone-46387

10/17/2022, 12:23 AM
Hi there, I'm setting up GrowthBook for a React app + Dotnet.core API. Is it possible that the two SDK's will diverge and cause some discrepancies in experiment targeting? Would the two SDK will assign different variations the same experiment sometimes? What would you recommend to do to avoid this problem? Regards
f

fresh-football-47124

10/17/2022, 12:24 AM
We use the same hashing functions to ensure consistency across all our SDKs
f

future-teacher-7046

10/17/2022, 12:24 AM
Assuming you are passing in the same user attributes both places, then users will get the same variation on both front and back end.
b

brash-stone-46387

10/17/2022, 12:27 AM
Thank you for such quick answer! Can we trust the community developed dotnet SDK just the same way?
f

fresh-football-47124

10/17/2022, 12:30 AM
yes, we have a set of more than 200 tests that all the sdks need to pass
b

brash-stone-46387

10/17/2022, 12:30 AM
Thanks a ton