alexrainman / SegmentedControl

MIT License
86 stars 38 forks source link

ValueChangedEventArgs on Android not working #79

Open chandrashekararigela opened 6 years ago

chandrashekararigela commented 6 years ago

ValueChangedEventArgs on Android not working giving the following error.

System.TypeLoadException: Could not resolve type with token 01000099 (from typeref, class/assembly SegmentedControl.FormsPlugin.Abstractions.ValueChangedEventArgs, SegmentedControl.FormsPlugin.Abstractions, Version=1.0.6587.34229, Culture=neutral, PublicKeyToken=null)

mattspicer1 commented 6 years ago

I wanted to note that it looks like there was a problem with the latest NuGet package build. The Android DLL seems to be out of date. When we pull down the source code and add it to our project we are able to build. Will update with more information