optimizely / csharp-sdk

.NET based C# SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/csharp-sdk
Apache License 2.0
19 stars 20 forks source link

Is this supported with Xamarin? #261

Closed assanesuzy closed 3 years ago

assanesuzy commented 3 years ago

I was trying to compile with this packages and I saw that there is a sdependency that Xamarin does not use which is the System.Confugration.ConfigurationManager. Should this be added in order to use this package for Xamarin? Or do we have to create bindings for the native packages?

msohailhussain commented 3 years ago

Thanks for pointing out this issue. It's been fixed and released in 3.9.0 version.

assanesuzy commented 3 years ago

Can you link the release notes please? I do not see any reference to xamarin other than using the C# packcage which is already not recommended for mobile.

assanesuzy commented 3 years ago

@msohailhussain bump