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.