C# incorrectly passes score as double, not int, failing events: Events are broken if submitting 'score' via C# .NET Core
under review
Mike Parker
When I send any progression or design events using the C# .NET Core SDK latest version, they fail if I attach a score parameter, and work fine if I remove it.
I've noticed the "score" parameter is listed as an Integer in the documentation but its a "double" in the C# .NET Core SDK, so my guess is that json is being rejected for not being an integer format.
Nicky Toma
under review
Nicky Toma
Hi Mike! You are completely right! That's the problem. Our SDK team is working on this as we speak, thanks for sharing!