any plans for releasing a dotnet sdk? :slightly_sm...
# announcements
h
any plans for releasing a dotnet sdk? 🙂 I don't have enough expertise on this area to write one myself. If that won't work, I might have to wrap the golang SDK inside a docker container, and have that running as a sidecar which responds to my HTTP input 🙂
my bad, I just saw this: https://github.com/growthbook/growthbook-c-sharp But there's absolutely no docs 😄 . someone know something about this? 🙂
f
That SDK was contributed by the community, but we haven't gotten a chance to add it to our documentation yet. I believe it's feature complete and follows the same pattern as the other SDKs. So, you pass a
Context
object into the
GrowthBook
constructor. Then, on the GrowthBook object, you have the methods
IsOn
and
EvalFeature
.
h
I will give it a try soon 🙂
thanks 🙂