keenlabs / keen-sdk-net

A .NET SDK for the Keen IO API
MIT License
37 stars 23 forks source link

ArgumentNullException in .NET_35 #14

Closed BarakS closed 9 years ago

BarakS commented 9 years ago

The addOns param in PrepareUserObject can be null (default value coming from AddEvent and AddEvents) Need to check that before LINQing

davidknaack commented 9 years ago

Awesome, thanks! I'll merge it and update NuGet tomorrow.