keenlabs / keen-sdk-net

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

netstandard test binary #74

Closed masojus closed 7 years ago

masojus commented 7 years ago

Right now we only test the PCL via the 4.5 and 3.5 test projects. If we manage to move all or most code into a binary targeting netstandard, we should start testing directly and port existing tests, plus expand on test in that binary.

Creating this binary should go along with or immediately after Issue #60

masojus commented 7 years ago

Fixed by PR #102, see commits 4974a5b and 01c8cfc.